Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new argument to turn off data preview (table) on Connect #850

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

juliasilge
Copy link
Member

Closes #849

You can turn off the little preview table with this change, by doing:

library(pins)
b <- board_connect()
b  |> pin_write(mtcars, type = "parquet", preview_data = FALSE)

This works similarly to the Connect-only access_type argument; both appear after the dots in the pin_store method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add option to pin_write to exclude the data frame preview in index.html when publishing to Connect
1 participant