read.mc: Reads the MatchCountry tables into memory

View source: R/read.mc.R

read.mcR Documentation

Reads the MatchCountry tables into memory

Description

Reads the MatchCountry tables into memory

Usage

read.mc(
  match = read.csv(system.file("extdata", "match.csv", package = "matchcountry"),
    na.strings = "", stringsAsFactors = FALSE, encoding = "UTF-8"),
  countrydata = read.csv(system.file("extdata", "countrydata.csv", package =
    "matchcountry"), na.strings = "", stringsAsFactors = FALSE, encoding = "UTF-8")
)

Arguments

match

Local path to the match csv file

countrydata

Local path to the countrydata csv file

This is mostly used behind the scenes (on package loading or when update.mc is called). It loads the csv files with country data into memory.

Examples

read.mc()


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