Description Usage Arguments Details
View source: R/export_results.R
Option to export grouped survey datasets, the GCF/OPUE Summary Table, and REP summaries in seperate data files.
1 | export_results(datalist, outdir = Sys.getenv("HOME"))
|
datalist |
List containing the Grouped dataset and summaries from |
outdir |
Location to export data and summaries to. Default location is user's |
These following datalist objects will be written to the location, defined by outdir
.
The Grouped survey dataset object will be as saved as reeffish_grouped.Rds
.
The GCF and OPUE summaries will be saved as summary_table.csv
.
The REP
count by species group summary will be saved as REP_summary.csv
.
If the user doesn't specify a output directory, then a new directory will be generated from the user's HOME location.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.