colname-functions: Column-name related functions

Description Usage Arguments Value Functions See Also

Description

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)

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19

Arguments

x

A tbl_mbte.

value

The name of the column as a symbol.

name

A character vector of length 1 (string) describing the purpose of the column to get/set (e.g. "signal" or "fits").

Value

Replacement functions like colname_time<- return a modified tbl_mbte. Otherwise a symbol is returned.

Functions

See Also

tbl_mbte (explanation of used columns)


mkerschbaumer/mbte documentation built on May 5, 2019, 11:01 p.m.