Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ibarraespinosa committed Oct 31, 2024
1 parent 5f5871c commit 1e8305b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions R/helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,15 @@ obs_trunc <- function(n, dec){
#' lon = 30.9131,
#' alt = 497,
#' fullpath = TRUE)
#' obs_footname(year = 2020,
#' month = 12,
#' day = 30,
#' hour = 9,
#' minute = 54,
#' lat = 1,
#' lon = -130.9131,
#' alt = 497,
#' fullpath = TRUE)
#' }
obs_footname <- function(time = NULL,
year,
Expand Down
9 changes: 9 additions & 0 deletions man/obs_footname.Rd

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

0 comments on commit 1e8305b

Please sign in to comment.