update_field | R Documentation |
add or update field-specific metadata in a fr_tdr object
update_field(x, field, ...)
x |
a |
field |
character name of field in x to update |
... |
table schema field descriptors (e.g., |
an fr_tdr
object containing the updated field
my_mtcars <-
mtcars |>
as_fr_tdr(name = "mtcars") |>
update_field("mpg", title = "Miles Per Gallon")
S7::prop(my_mtcars, "schema")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.