scalar | R Documentation |
Create an Arrow Scalar
scalar(x, type = NULL)
x |
An R vector, list, or |
type |
An optional data type for |
scalar(pi)
scalar(404)
# If you pass a vector into scalar(), you get a list containing your items
scalar(c(1, 2, 3))
scalar(9) == scalar(10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.