Description Usage Arguments Value
The function will take a vector of values and fill in the new symbol if the value is not missing. If the value is missing, it will insert the missing symbol.
1 | appendSymbol(value, newSymbol, missingSymbol = "M")
|
value |
The vector of calculated values |
newSymbol |
The new symbol to be assigned |
missingSymbol |
The symbol filled in when value is missing |
A list of two elements: the vector of passed values and the new derived vector of symbols.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.