View source: R/tables_cpue.R View source: R/cpue_output.R
cpue_output | R Documentation |
Read in OR index table information
Read in OR index table information
cpue_output(grep, fleet)
cpue_output(grep, fleet)
grep |
A regex for the file names in |
fleet |
The fleet name from get_fleet. |
unlink(file.path("tables", "tables_cpue.csv"))
unlink(file.path("figures", "figures_cpue.csv"))
cpue_output(
grep = "OR_ORBS_CPUE", fleet = "OR"
)
cpue_output(
grep = "OR_COMM_NSLOG_CPUE", fleet = "Fix"
)
## Not run:
unlink(file.path(dirname(system.file(package=utils_name())),
"tables", "tables_cpue.csv")
)
unlink(file.path(dirname(system.file(package=utils_name())),
"figures", "figures_cpue.csv")
)
cpue_output(
grep = "OR_COMM_NSLOG_CPUE", fleet = "Fix"
)
cpue_output(
grep = "OR_ORBS_CPUE", fleet = "OR"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.