Last data update: 2014.03.03

R: Parse yaml file and convert to dataframe
parseYamlOverR Documentation

Parse yaml file and convert to dataframe

Description

This function parses the yaml file and converts it into a data frame. This is an internal function and is used by convertAllYaml2RDataframes() & convertYaml2RDataframe()

Usage

parseYamlOver(match,s,ateam,overs,delivery,meta)

Arguments

match

The dataframe of the match

s

The string with the delivery

ateam

The team

overs

overs

delivery

The delivery of the over

meta

The meta information of the match

Value

overs The dataframe of overs

Note

Maintainer: Tinniam V Ganesh tvganesh.85@gmail.com

Author(s)

Tinniam V Ganesh

References

http://cricsheet.org/
https://gigadom.wordpress.com/
https://github.com/tvganesh/yorkrData

See Also

getBatsmanDetails
getBowlerWicketDetails
batsmanDismissals
getTeamBattingDetails

Examples

## Not run: 
# Parse the yaml over

## End(Not run)

Results