Description Usage Arguments Value Examples
clean_fish
takes FAO's Global Fishery and Aquaculture Production data downloaded from FishStatJ, cleans the time series data and makes it "tidy" (i.e., long format).
1 | clean_fish(path_to_file)
|
path_to_file |
File path to FAO data |
dataset |
FAO dataset |
A cleaned, tidy dataset.
1 2 | clean_fish("~/OneDrive - american.edu/FAO Global capture production-QUANTITY.csv")
clean_fish("C:\\Users\\kdgor\\OneDrive - american.edu\\FAO Global capture production-QUANTITY.csv")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.