View source: R/generate_results.R
| generate_results | R Documentation | 
Generate Results using Table and Column Metadata
generate_results(
  table_metadata,
  column_metadata_file = NULL,
  column_metadata = NULL,
  env = parent.frame(),
  tbltype = NULL,
  add_count = FALSE
)
| table_metadata | dataframe containing table metadata (see ?table_metadata for details) | 
| column_metadata_file | An excel file with the data for column_metadata.
The file is read in with  | 
| column_metadata | A dataframe containing the column metadata. This will
be used in place of  | 
| env | environment to find dataframe specified in the table metadata (defaults to parent environment) | 
| tbltype | If used, this will be used to subset the  | 
| add_count | Passed to  | 
dataframe of results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.