View source: R/preprocess-metadata-tables.R
preprocess_metadata_tables | R Documentation |
Takes ingested metadata tables, validates them, and processes them into artefacts (devices information, flags) to be used further down in the pipeline.
preprocess_metadata_tables(log_threshold = logger::DEBUG)
Specifically this function:
Validates the flags table containing the columns: flag_id, flag_category, flag_message
Constructs a devices table containing the columns: imei
This function requires no arguments because it retrieves the parameters from
conf.yml
. The fields required are:
metadata: spreadsheet: name: version: preprocess: storage: storage_name: key: options: project: bucket: service_account_key:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.