readDFs | R Documentation |
Read fst serialized objects into data frame
readDFs(files, all = T, columns = NULL, family = NULL, acc = NULL)
files |
Files to parse into a single df |
all |
DEPRECATED: If you want to parse all columns (True by default) |
columns |
character vector of columns to return. NULL returns all [Default] |
family |
character, if specified return only matching "family" |
acc |
character, if specified return only matching virus accesion "top" |
data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.