as_env_var_name | R Documentation |
Convert to a valid environment variable name
as_env_var_name(...)
... |
Input to convert to an environment variable name. A character vector or something coercible to. |
A character scalar.
Other string functions:
as_chr()
,
as_comment_str()
,
as_line_feed_chr()
,
as_str()
,
capitalize_first()
,
dsv_colnames()
,
enum_str()
,
escape_lf()
,
fuse_regex()
,
phrase_nr()
,
sentenceify()
,
wrap_chr()
pal::as_env_var_name("foo.bar")
pal::as_env_var_name("/oh/my/goodness")
pal::as_env_var_name("1.2", "some title")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.