R/zzz.R

# pkg_env is used for "private" package variables.
# They're not truly private, but they are more difficult to access.
# In our case, this is a useful place to cache results.
pkg_env <- new.env(parent = emptyenv())

Try the ptvapi package in your browser

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

ptvapi documentation built on May 29, 2024, 4:48 a.m.