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

Merged
merged 3 commits into from
Dec 12, 2024

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.

@juliasilge juliasilge merged commit 710d833 into main Dec 12, 2024
14 checks passed
@juliasilge juliasilge deleted the turn-off-table-preview-on-connect branch December 12, 2024 02:10
Copy link

This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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