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

Pass the dots to pin_write() #121

Merged
merged 2 commits into from
Jul 8, 2022
Merged

Pass the dots to pin_write() #121

merged 2 commits into from
Jul 8, 2022

Conversation

juliasilge
Copy link
Member

This PR addresses #118 by passing the dots from vetiver_pin_write() through to pins::pin_write(). This let you do something like:

library(vetiver)
b <- pins::board_rsconnect()

cars_lm <- lm(mpg ~ ., data = mtcars)
v <- vetiver_model(cars_lm, "cars_linear")
vetiver_pin_write(b, v, access_type = "all")

@juliasilge juliasilge merged commit 3c3e093 into main Jul 8, 2022
@juliasilge juliasilge deleted the dots-to-pin-write branch July 8, 2022 03:15
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.

1 participant