Description Usage Arguments Value Examples
View source: R/encode_char_cols.R
Given an encoding, this sets all character columns to it.
1 | encode_char_cols(.data, .encoding)
|
.data |
A data.frame or tibble. |
.encoding |
A string specifying an encoding.. |
The original data, with character columns set to given encoding.
1 2 3 4 5 | ## Not run:
data <- data %>%
encode_char_cols("latin1")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.