Skip to contents

A cleaned version of key_events with spaces added for improved readability in visualizations and reports. Event names are transformed from camelCase to human-readable format.

Usage

key_events_clean

Format

A character vector with 7 cleaned event names with spaces added between words for display purposes.

Details

This vector is derived from key_events using the clean_events() function to add spaces between words. Use this version when creating visualizations or reports where readability is important.

See also

key_events for the original event names, key_events_clean_br for the line break version

Other key_events: key_events, key_events_clean_br