frType_str | R Documentation |
convert frTypes value(s) into character
frType_str(x)
x |
an available frType value, frType dataframe or hd_tbl dataframe |
a character value
x <- frType("Cat")
class(x)
x_chr <- frType_str(x)
class(x_chr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.