read.mc | R Documentation |
Reads the MatchCountry tables into memory
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")
)
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. |
read.mc()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.