Description Usage Arguments Details Value Author(s) See Also Examples
Converts R-friendly causata column names to the corresponding Causata system name
1 | RToCausataNames(name.vector)
|
name.vector |
A character vector of column names. |
Causata variables follow two naming conventions. The first is found in data exported from within Causata using the "R Formated CSV" option:
variable.name_Time.Domain_id where id is a number, e.g. variable.name_Time.Domain_123
The second convention is found in data exported from the SQL interface:
variable.name__Time.Domain
Example conversions:
variable.name__Time.Domain becomes variable-name$Time Domain
variable.name_Time.Domain_123 is unchanged.
Variables that do not conform to these conventions will be mapped to "No Causata Name" and a warning will be triggered.
An character vector of mapped variable names.
David Barker <support@causata.com>
CausataData, CausataVariable, CausataToRNames.
1 2 | RToCausataNames(c("variable.name__Time.Domain", "variable.name_Time.Domain_123"))
RToCausataNames("bad-name-doesn't fit convention")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.