matchcountry/man/update.mc.Rd

30 lines
913 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/update.mc.R
\name{update.mc}
\alias{update.mc}
\title{Download the MatchCountry tables from Github}
\usage{
\method{update}{mc}(
match = "https://raw.githubusercontent.com/philbastian/matchcountry/master/inst/extdata/match.csv",
countrydata = "https://raw.githubusercontent.com/philbastian/matchcountry/master/inst/extdata/countrydata.csv"
)
}
\arguments{
\item{match}{Path to the master match csv file}
\item{countrydata}{Path to the master countrydata csv file
This updates the Match Country files in the library to their current versions. It will overwrite
the existing files, so this should be used with care if reproducability of older analyses is
a priority. You can also use this to make your own custom files for matching.}
}
\description{
Download the MatchCountry tables from Github
}
\examples{
update.mc()
}