knitr::opts_chunk$set(echo = TRUE) library(epiuf)
This document show how RefSite was built
# Importing the original Excel spreadsheet "suggestion1_RefLocation.xlsx" available on GoogleDrive RefSite <- read_excel("/TechEpi workflow/In Progress/data examples/Reference country table dataset/suggestion1_RefLocation.xlsx") # Converting tible into data frame RefSite <- as.data.frame(RefSite) # Include the dataframe into the epiuf package usethis::use_data(RefSite, overwrite = TRUE) # Print the first few rows of the dataset head(RefSite)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.