Skip to content

Instantly share code, notes, and snippets.

View daviddiviny's full-sized avatar

David Diviny daviddiviny

  • Nous Group
View GitHub Profile
#load packages
library(rvest)
library(glue)
library(readxl)
library(janitor)
library(strayr)
library(tidyverse)
#function to convert excel numeric string to date
convert_excel_date <- function(x){