Description Usage Arguments Details Value
View source: R/source_data_columns.R
This function analyses a list of expressions, and aims to extract
all the field names of anything enclosed with
.data[["ColumnName"]]
. When functional, this will be a
vital function for working out which CSV columns we need for any
given set of functions - currently we have to state this by hand
which is error-prone.
1 | source_data_columns(exprs_list)
|
exprs_list |
A list of expressions that you want to extract the column names from |
The current code needs optimising in order to practically help improve query speed.
A string vector of column names needed to produce all the outputs in the expression list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.