# \dontshow{
# Restrict threads for CRAN compliance
dt_threads <- data.table::getDTthreads()
data.table::setDTthreads(1)
# }
## Load data from rFIA package
data(fiaRI)
## Most recent inventory
clipFIA(fiaRI, mostRecent = TRUE)
# \donttest{
## Only plots w/in estimation units w/in a user defined polygon
clipFIA(fiaRI, mask = countiesRI[1,], mostRecent = FALSE)
# }
# \dontshow{
# Restore thread setting
data.table::setDTthreads(dt_threads)
# }
Run the code above in your browser using DataLab