# Define the default file names from the RDBES download
DefaultFileNames <- list(
"DE" = "Design",
"SD" = "SamplingDetails",
"VS" = "VesselSelection",
"FT" = "FishingTrip",
"FO" = "FishingOperation",
"TE" = "TemporalEvent",
"LO" = "Location",
"OS" = "OnshoreEvent",
"LE" = "LandingEvent",
"SS" = "SpeciesSelection",
"SA" = "Sample",
"FM" = "FrequencyMeasure",
"BV" = "BiologicalVariable",
"VD" = "VesselDetails",
"SL" = "SpeciesList",
"IS" = "IndividualSpecies",
"CL" = "CommercialLanding",
"CE" = "CommercialEffort"
)
# Save the data
usethis::use_data(DefaultFileNames, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.