Description Usage Arguments Details Value
"Trending" the data refers to carrying over past values. For example, trending c(1,2,NA,3) would yield c(1,2,2,3). However, missing values are only replaced if their corresponding symbols are "T" or "C".
1 |
Num |
A vector of numeric values to be trended. |
Symb |
A vector of the same length as Num containing the symbols (or "flags") for the observations in Num. |
applyIndex |
This argument allows the user to restrict which values can be trended. By default, all values are included. |
transfer |
Should the symbol be converted by the function transferSymb. |
This function trends the passed data (Num) assuming a vector of symbols (Symb). The "transfer" argument allows the user to specify if the symbol should also be transferred when the number is copied forward.
A list containing the values and symbols after the trending has occurred.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.