# load packages ----------------------------------------------------------------
library(tidyverse)
library(usethis)
library(here)
# load data --------------------------------------------------------------------
salinity <- read_csv(here::here("data-raw/salinity/salinity.csv"))
# save -------------------------------------------------------------------------
usethis::use_data(salinity, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.