View source: R/types.castAny.R
types.castAny | R Documentation |
Cast any value
types.castAny(format, value)
format |
any format is accepted |
value |
any value to cast |
Any type or format is accepted.
Types and formats specifications
types.castAny(format = "default", value = 1) types.castAny(format = "default", value = "1") types.castAny(format = "default", value = "") types.castAny(format = "default", value = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.