str_to_id {highcharter}R Documentation

String to 'id' format

Description

Turn a string to id format used in treemaps.

Usage

str_to_id(x)

Arguments

x

A vector string.

Examples


str_to_id(" A string _ with sd / sdg    Underscores \   ")


[Package highcharter version 0.5.0 Index]