read_tree | R Documentation |
Read a csv file where the decision tree is defined.
read_tree(file, skip, nrows)
file |
input csv file containing the tree. |
skip |
starting row for read. |
nrows |
number of rows to read. |
data.table with utilities.
Pedro Guarderas, Andrés Lopez
read_utilities
, make_decision_tree
library( data.table )
library( igraph )
file <- system.file("extdata", "tree.csv", package = "mau" )
sheetIndex <- 1
tree.data <- read_tree( file, skip = 0, nrows = 8 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.