rstudio / vetiver.posit.co

Website for the vetiver 🏺 framework
https://vetiver.posit.co/
12 stars 8 forks source link

Trailing pipe in documentation #41

Closed threadingdata closed 2 years ago

threadingdata commented 2 years ago

new_ads <- superbowl_ads %>% select(-like_count) %>% <------------------ Trailing pipe.

endpoint <- vetiver_endpoint("http://0.0.0.0:8080/predict")