learn_data_from_files {itol.toolkit} | R Documentation |
Learn object data from files
Description
Learn itol.hub object data from template file.
Usage
learn_data_from_files(object, files = NULL, dir = NULL, pattern = ".", ...)
Arguments
object |
itol.hub object |
files |
template files path |
dir |
files path |
pattern |
file name pattern in regex |
... |
Further arguments to be passed to subsequent functions. |
Value
a itol.hub object with new data from template files
[Package itol.toolkit version 1.1.7 Index]