xnew_value | R Documentation |
xnew_data()
Generate a new reference value for a vector.
xnew_value(x, ...)
x |
The object to generate the reference value from. |
... |
Additional arguments passed to |
xnew_value()
is a wrapper function on new_value()
for use in xnew_data()
to avoid
having to repeating the column name.
new_value()
and xnew_data()
.
data <- tibble::tibble(
a = c(1L, 3L, 4L),
b = c(4, 4.5, 6),
d = c("a", "b", "c")
)
xnew_data(data, a, b = new_value(b), xnew_value(d))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.