Last updated: r format(Sys.Date(), "%B %d %Y")
Required Packages
knitr::opts_chunk$set(error = TRUE, message = FALSE, warning = TRUE) library(here) library(readr) library(dplyr)
Import Data
data_import <- read_csv(here("folder_path", "filename.csv"))
Model
citation() sessionInfo()
rm(list = ls())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.