Skip to content

Commit

Permalink
Comment out get_zones, close #9
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Jun 15, 2024
1 parent 77b4a5c commit db0fcd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/get.R
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ get_data_dir = function() {
#' @return A spatial object containing the zones data.
#' @export
#' @examples
#' if (FALSE) {
#' zones = get_zones()
#' }
get_zones = function(
data_dir = get_data_dir(),
type = "distritos") {
Expand Down
2 changes: 2 additions & 0 deletions man/get_zones.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit db0fcd7

Please sign in to comment.