maybe_shared_col <- function(x, i) {
.Call(vctrs_maybe_shared_col, x, i)
}
new_df_unshared_col <- function() {
.Call(vctrs_new_df_unshared_col)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.