add_data | R Documentation |
Modifies the elements of the data file to add new data
add_data(
dat,
area,
dat_type = NULL,
part = NULL,
fleets = NULL,
verbose = TRUE
)
dat |
List created by |
area |
Area associated with the model, either "n" or "s" |
dat_type |
Character vector listing data types to add NULL value will lead to all data types |
part |
Partition to include (e.g. to include only retained length comps instead of discarded length comps). Currently only filters commercial data for which discards comps are available. |
fleets |
Optional vector of fleet numbers for which to add data
NULL value will use all fleets from |
verbose |
A logical value specifying if output should be printed
to the console or not. The default is |
Ian G. Taylor
get_dir_ling()
, get_inputs_ling()
, clean_comps()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.