chartParse: Parses the chart into a data.frame

Description Usage Arguments

View source: R/chartParser.R

Description

Only .osu formats are supported for now.

Usage

1
chartParse(chart.path = NA, chart.lines = NA, return.keys = F)

Arguments

chart.path

Path of the chart to be parsed

chart.lines

Lines of the chart to be parsed, if the chart is not in a file format

return.keys

To return keys or not.

If true, a list will be returned. Chart can be accessed via "chart" and Keys can be accessed via "keys"

If false, just the chart as DataFrame will be returned.


Eve-ning/vsrgtools documentation built on Oct. 30, 2019, 5:40 p.m.