View source: R/Apply_Lookups.R
apply_standard_lookups | R Documentation |
Add column variants, including summaries, and deflated dollars, to a contract dataset.
apply_standard_lookups(
df,
path = "https://raw.githubusercontent.com/CSISdefense/Lookup-Tables/master/",
deflator_var = NULL,
call_add_alliance = FALSE
)
df |
A data frame. |
path |
The path or url for the column key. By default, checks the CSISdefense Github lookups repository at CSISdefense/Lookup/master/ |
deflator_var |
Specifying which deflator to use, if unspecified will pass NULL to use default of deflate function |
add_alliance=FALSE |
Should the function add alliance variables using country code variables? These are numerous, so left off by default. |
Add column variants, including summaries, and deflated dollars, to a contract dataset.
The fiscal year of the date.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.