Learn R Programming

yorkr (version 0.0.42)

convertYaml2RDataframe: Converts and save yaml files to dataframes

Description

This function coverts all Yaml files from source directory to data frames. The data frames are then stored as .RData. The saved file is of the format team1-team2-date.RData For e.g. England-India-2008-04-06.RData etc

Usage

convertYaml2RDataframe(yamlFile,sourceDir=".",targetDir=".")

Value

None

Arguments

yamlFile

The yaml file to be converted to dataframe and saved

sourceDir

The source directory of the yaml file

targetDir

The target directory in which the data frame is stored as RData file

Author

Tinniam V Ganesh

References

https://cricsheet.org/
https://gigadom.in/
https://github.com/tvganesh/yorkrData/

See Also

bowlerMovingAverage
bowlerWicketsVenue
convertAllYaml2RDataframes

Examples

Run this code
if (FALSE) {
# In the example below ../yamldir c
convertYaml2RDataframe("225171.yaml",".","../data")
}

Run the code above in your browser using DataLab