View source: R/useAdjustments.R
useAdjustments | R Documentation |
Use specific adjustment factors for trade data.
useAdjustments(tradedata = stop("\"tradedata\" is missing."),
year = stop("\"year\" is missing."),
adjustments = stop("\"adjustments\" is missing."), parallel = FALSE,
dbg = faosws::CheckDebug(), PID = NA, verbose = TRUE)
tradedata |
Trade data. |
year |
Numeric. |
adjustments |
Adjustment factors. |
parallel |
Logical: FALSE (dafault), no multicore; TRUE, multicore. |
dbg |
Logical: see |
PID |
Numeric: a process id (can also be a string). Used if
|
verbose |
Logical: TRUE (default), message shown; FALSE, no message. |
The same dataset after the application of adjustment factors.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.