Nothing
Code
construct(grid::unit(c(1L, 1L, 1L), "cm"))
Output
grid::unit(rep(1, 3L), units = "cm")
Code
construct_base(grid::unit(c(1L, 1L, 1L), "cm"))
Output
grid::unit(rep(1, 3L), units = "cm")
Code
construct_dput(grid::unit(c(1L, 1L, 1L), "cm"))
Output
rep(1, 3L) |>
structure(unit = 1L, class = c("simpleUnit", "unit", "unit_v2"))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.