# THIS SCRIPT EXECUTES ALL SCRIPTS THAT COMPILE/PREPARE DATA SETS FOR EXPORTING
{
# run the opener meta data script
source("data-raw/prepare-opener-metadata.R")
# run the script to prepare interview/flight data sets and recompile all harvest/effort estimates
source("data-raw/prepare-harvest-effort-datasets.R")
# run the script to prepare Bethel Test Fishery Data
source("data-raw/prepare-btf-data.R")
# run the script to compile all weather data
source("data-raw/prepare-weather-data.R")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.