Valid custom parameters (cpars)
validcpars(
type = c("all", "Stock", "Fleet", "Obs", "Imp", "internal"),
valid = TRUE,
show = TRUE
)
What cpars to show? 'all', 'Stock', 'Fleet', 'Obs', 'Imp', or 'internal'
Logical. Show valid cpars?
Logical. Display the table in the Viewer?
a HTML datatable with variable name, description and type of valid cpars
if (FALSE) {
validcpars() # all valid cpars
validcpars("Obs", FALSE) # invalid Obs cpars
}