processIdentifier {pivottabler} | R Documentation |
Handle an identifier that may be illegal (e.g. containing spaces).
Description
processIdentifier
is a utility function that wraps an illegal
identifier in backticks.
Usage
processIdentifier(identifier)
Arguments
identifier |
The identifier that may be illegal. |
Value
The identifier wrapped in backticks (if illegal) or unchanged.
[Package pivottabler version 1.5.5 Index]