as_frType | R Documentation |
coerces its argument to a frType. It is an abbreviated form of frType.
as_frType(x)
x |
object to be coerced |
attempts to coerce its argument to frType type
some_chr_value <- "Cat"
class(some_chr_value)
some_frt_value <- as_frType(some_chr_value)
class(some_frt_value)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.