readOutputFile | R Documentation |
Read a '*_out.txt' file, apply modifications and return a data frame which should be added to the DB.
readOutputFile(f, filter = NULL, translate = TRUE, scenID = NULL)
f |
File name to read from. |
filter |
A data.table expression to filter rows. |
translate |
Can be any of c("dates", "measures", "third_dimension") or simply TRUE (implies all) or FALSE (implies none). |
scenID |
Scenario ID to be added. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.