if (FALSE) {
# Share a data frame with Goose
goose_give_sample(mtcars)
# Share with custom name
goose_give_sample(iris, "flower_data")
# Share just structure without saving
goose_give_sample(my_model, save_to_memory = FALSE)
}
Run the code above in your browser using DataLab