| get_nchar | R Documentation |
data.frameThis function calculates the length of every element within a data frame for later use to map Postgres field types when writing to the database.
get_nchar(input, export = FALSE, path = NULL)
input |
a |
export |
a |
path |
a |
The output for the specified summary statistic is based on the nchar() function.
NOTE: that nchar() counts the literal length of an element or the element coerced to a character.
See nchar().
returns a data.frame or list of data frames with rows being the input columns and
respective summary statistics and classes for each column
data(iris) get_nchar(iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.