NEWS.md
file to track changes to the package[[
or $
on a reactibble, we fetch the static value~
is
not used, this means copying a column without using ~
creates a static copytransform.reactibble
triggers a warnings and returns a static native
data.frame, consistently with how base::transform
treat tibbles.within.reactibble
warns that it might be unsafewith.reactibble
is defined, only to make sure we don't return a "reactive_col" objectTRUE
mark
columns as "unsynced" colored in red.dplyr::slice
rt_bind_rows
, rt_bind_cols
and rt_add_row
as robust and efficient counterparts
of dplyr::bind_rows
, dplyr::bind_cols
and tibble::add_row
, which we can unfortunately not use
on reactibbles reliably.rbind.reactibble
and cbind.reactibble
warn that using the above is preferable,
though they work.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.