Nothing
#' @export
py_to_r.lamindb.models.transform.Transform <- function(x) { # nolint object_length_linter
wrap_python(
x,
public = list(
view_lineage = wrap_with_py_arguments(view_lineage_graph, x$view_lineage)
)
)
}
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.