inst/doc/storage.R

## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  eval = FALSE
)

Sys.setlocale("LC_ALL", "English")


## ----eval=FALSE, message=FALSE, warning = FALSE-------------------------------
# 
# library(barrks)
# 

## ----eval=FALSE---------------------------------------------------------------
# 
# # call phenology with a storage path
# pheno <- phenology('phenips-clim',
#                    barrks_data(),
#                    .storage = 'path/to/storage')
# 
# # recover phenology from a storage path
# pheno_recovered <- phenology('phenips-clim', .storage = 'path/to/storage')
# 

Try the barrks package in your browser

Any scripts or data that you put into this service are public.

barrks documentation built on April 3, 2025, 9:47 p.m.