View source: R/readBinningParameters.R
readBinningParameters | R Documentation |
Parse binning parameters from a YAML formatted file.
readBinningParameters(file)
file |
file path |
S4 object of class BinParameters.
BinParameters-class
file <- system.file('binning_parameters.yml',package = 'binneR')
parameters <- readBinningParameters(file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.