parse history first line to guess which columns are required

This commit is contained in:
El Potaeto
2015-01-01 22:43:23 +01:00
parent 8bbe45eed2
commit 4d0d65837d
2 changed files with 19 additions and 5 deletions

View File

@@ -17,9 +17,13 @@ import(methods)
importClassesFrom(Matrix,dgCMatrix)
importClassesFrom(Matrix,dgeMatrix)
importFrom(data.table,":=")
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,rbindlist)
importFrom(magrittr,"%>%")
importFrom(stringr,str_extract)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_match)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)