parseYamlOver: Parse yaml file and convert to dataframe

View source: R/parseYamlOver.R

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,delivery,meta)

Arguments

match

The dataframe of the match

s

The string with the delivery

ateam

The team

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

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

See Also

getBatsmanDetails
getBowlerWicketDetails
batsmanDismissals
getTeamBattingDetails

Examples

## Not run: 
# Parse the yaml over

## End(Not run)


tvganesh/yorkr documentation built on May 13, 2023, 12:19 p.m.