Returns a list of user-supplied parameters and parameter values for outputting multest with custom aesthetics.
multest_options(
multest_estimators = "all",
multest_fmt = "csv",
multest_outfolder = NULL,
multest_dsn = NULL,
multest_layer = NULL,
multest.append = FALSE,
multest.AOIonly = FALSE,
...
)
A list of user-supplied parameters and parameter values for outputting multest.
String vector. If multest = TRUE, vector of estimators to include in multest output ('JU.GREG','JU.EBLUP','JFH','hbsaeU','hbsaeA'). See ref_estimators for descriptions. Use multest_estimators = 'all' to output all estimators.
String. Format for multest output tables ('csv', 'sqlite', 'gpkg').
String. Outfolder for multest. If NULL, same as outfolder.
String. Name of database if multest_fmt = c('sqlite', 'gpkg').
String. Name of database layer if multest_fmt = c('sqlite', 'gpkg').
Logical. If TRUE, appends multest dataframe to output.
Logical. If TRUE, appends multest dataframe (AOI=1) to output.
For extendibility.
Grayson W. White
If no parameters, an empty list is returned.
multest_options(multest.append = TRUE)
Run the code above in your browser using DataLab