View source: R/column_dictionary.R
column_dictionary | R Documentation |
Useful in situations where you need to specify columns by index instead of name (e.g. awk queries).
column_dictionary(path)
path |
Path to full summary stats file (or any really file you want to make a column dictionary for). |
Named list of column positions.
tmp <- tempfile()
data.table::fwrite(echodata::BST1, tmp)
cdict <- echodata::column_dictionary(path = tmp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.