Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dramanica committed Nov 1, 2023
1 parent 7dfd6d1 commit 792d144
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/download_etopo.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#'
#' @param path character. Path where to download the data to. If left NULL, the data
#' will be downloaded from the directory returned by [get_data_path()], and automatically
#' named "etopo2022_{resolution}s_v1.nc"
#' named `etopo2022_{resolution}s_v1.nc`
#' @param resolution numeric resolution in arcsecs (one of 30, or 60).
#' Defaults to 60 arcsecs.
#' @returns a dataframe produced by [curl::multi_download()] with information about
Expand Down
2 changes: 1 addition & 1 deletion R/load_etopo.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' 30 or 60 arcsec resolution. To save the variables in a compatible
#' format, use [download_etopo()].
#'
#' The function assumes that the file name is *etopo2022_{resolution}s_v1.nc*
#' The function assumes that the file name is `etopo2022_{resolution}s_v1.nc`
#'
#' @param path character. Path where the dataset is stored. If left NULL, the data
#' will be downloaded from the directory returned by [get_data_path()]
Expand Down
2 changes: 1 addition & 1 deletion man/download_etopo.Rd

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

2 changes: 1 addition & 1 deletion man/load_etopo.Rd

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

0 comments on commit 792d144

Please sign in to comment.