Skip to content

Commit

Permalink
Return TRUE at end of create_ #9
Browse files Browse the repository at this point in the history
  • Loading branch information
brownag committed Jan 18, 2021
1 parent 2c73c8f commit 904e1ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/create_GDS.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ parse_GDS <- function(outpath = "./inst/extdata",
} else {
message("Skipped GDS download")
}
return(TRUE)
# TODO: detailed outline; using structure parsed from abbreviated

# TODO: Physiographic Location
Expand Down

0 comments on commit 904e1ba

Please sign in to comment.