sanitize_event_tag: Sanitize event tag string into canonical epoch label

View source: R/utils-epoch.R

sanitize_event_tagR 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


eyeris documentation built on July 3, 2025, 9:08 a.m.