get_urls: Function to update git and finalize urls

get_urlsR Documentation

Function to update git and finalize urls

Description

Function takes gitpath or NULL, a flag to update the git and a scope

Usage

get_urls(gitpath = NULL, updategit = F, scope = c("US", "global"))

Arguments

gitpath

string path to local git repo, default NULL

updategit

boolean default FALSE, set to TRUE to update the repo

scope

= string, one of "US" or "global"

Examples

get_urls(scope="US")
get_urls(scope="global")
get_urls(gitpath="mypath/", updategit=T, scope="US")

lmullany/rawcoviddata documentation built on March 21, 2023, 10:04 a.m.