download.mc: Download the MatchCountry tables from Github

View source: R/download.mc.R

download.mcR Documentation

Download the MatchCountry tables from Github

Description

Download the MatchCountry tables from Github

Usage

download.mc(
  match =
    "https://raw.githubusercontent.com/carolinebastian/matchcountry/master/inst/extdata/match.csv",
  countrydata =
    "https://raw.githubusercontent.com/carolinebastian/matchcountry/master/inst/extdata/countrydata.csv"
)

Arguments

match

Path to the master match csv file

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.

Examples

download.mc()


philbastian/matchcountry documentation built on June 12, 2025, 11:46 p.m.