extract_rules: Extract Rules from file

Description Usage Arguments

View source: R/parse-rules.R

Description

This function parse the rules that are disponible in the RLSP package disponible in the RSLP C source. This file has been downloaded and is installed with the package. It's path can be found using system.file("steprules.txt", package = "rslp") A parsed version is saved is also installed with the package and its path can be found using system.file("steprules.rds", package = "rslp").

Usage

1
extract_rules(path = system.file("steprules.txt", package = "rslp"))

Arguments

path

path to the raw steprules. Most of the times you don't have to change it.


dfalbel/rslp documentation built on May 16, 2020, 11:45 a.m.