extract_rules {rslp} | R Documentation |
Extract Rules from file
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
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. |
[Package rslp version 0.2.0 Index]