knitr::opts_chunk$set(echo = TRUE)
library(epiuf)

Dataset : RefSite

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)


Epiconcept-Paris/STRAP-epiuf documentation built on Aug. 5, 2024, 3:41 a.m.