Description Usage Arguments Examples
View source: R/process_metadata.R
Read metadata value from DWH, will autodetect field type and pull from appropiate table
1 | get_metadata_value(metadata_key, source = "dwh")
|
metadata_key |
The key of the metadata value, e.g. "last_processed_fit_score" could be the last processed time of the fit score |
source |
if ‘dwh', it’ll use the DWH, if you specify anything else, it'll use it as a filename to use as a config database |
1 2 3 4 5 6 7 | ## Not run:
end_date = get_metadata_value('last_processed_fit_score')
print(end_date)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.