Description Usage Arguments Value Functions See Also
Internal helper functions to access colnames used in a specific dataset; Attributes are currently used to store column-names as symbols (to avoid having a custom datastructure, since the dataset should still be tidyverse- friendly)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | colname_set(x, value, name)
colname_get(x, name)
colname_time(x)
colname_time(x) <- value
colname_value(x)
colname_value(x) <- value
colname_signal(x)
colname_signal(x) <- value
colname_fits(x)
colname_fits(x) <- value
|
x |
A |
value |
The name of the column as a |
name |
A character vector of length 1 (string) describing the purpose
of the column to get/set (e.g. |
Replacement functions like colname_time<-
return a modified
tbl_mbte
. Otherwise a symbol
is
returned.
colname_set
: Set a specific column name. This function is
designed for extension-packages.
colname_get
: Get a specific column name. This function is
designed for extension-packages.
colname_time
: Get column name for signal-time.
colname_time<-
: Override column name for signal-time.
colname_value
: Get column name for signal-values.
colname_value<-
: Set column name for signal-values column.
colname_signal
: Get column name for signal-column.
colname_signal<-
: Override column name for signal-column.
colname_fits
: Get column name for fits-column (see
mbte_fit
).
colname_fits<-
: Set column name for fits column.
tbl_mbte
(explanation of used columns)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.