Using rFIA v0.3.0, all estimator functions produce the following error when applying a non-most recent clip to a remote FIA Database.
library(rFIA)
## Download data and set up remote database
getFIA(states = 'RI', dir = tempdir())
db <- readFIA(inMemory=F,dir = tempdir())
## A non-most recent clip, this does nothing in this case
## But can be useful for exclusively spatial subsets
dbclip <- clipFIA(db,mostRecent=F)
## Using tpa here, but fails for all estimator functions
dbclip %>% seedling()
Error in if (matchEval) { : argument is of length zero
Using rFIA v0.3.0, all estimator functions produce the following error when applying a non-most recent clip to a remote FIA Database.