sanitize_event_tag {eyeris} | R Documentation |
Sanitize event tag string into canonical epoch label
Description
Converts event tag strings into standardized epoch labels by removing special characters and converting to camel case.
Usage
sanitize_event_tag(string, prefix = "epoch_")
Arguments
string |
The event tag string to sanitize |
prefix |
The prefix to add to the sanitized string (default: "epoch_") |
Value
A sanitized epoch label string
[Package eyeris version 2.1.0 Index]