Skip to content

Commit

Permalink
Update neotoma2lipd.R
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmckay committed Jul 9, 2024
1 parent ba9700d commit 0d8e891
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/neotoma2lipd.R
Original file line number Diff line number Diff line change
Expand Up @@ -375,10 +375,11 @@ getPaleoDataNeotoma2 <- function(site){
#'
#' @examples
#'
#' \dontrun{
#' B <- neotoma2::get_sites(sitename = "Bambili 2")
#' D <- neotoma2::get_downloads(B)
#' L <- neotoma2lipd(D)
#'
#' }
neotoma2lipd <- function(site){

if (!requireNamespace("neotoma2", quietly = TRUE)) {
Expand Down

0 comments on commit 0d8e891

Please sign in to comment.