Nothing
#' @export
#' @method print flux_state
#' @noRd
print.flux_state <- function(x, ...) {
# Lightweight print method for flux_state objects (internal state snapshots).
# Keep it stable and readable for debugging and test output.
cat("<flux_state>\n")
base::print(unclass(x), ...)
invisible(x)
}
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.