Skip to content

Commit 2a18bbb

Browse files
authored
Merge pull request #29 from sol-eng/pins-rds-to-csv
Changed the bike station info pin from `rds` to `csv`.
2 parents 1014572 + acc6f09 commit 2a18bbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/01-etl/01-raw-data-refresh/document.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ board <- pins::board_rsconnect(
106106
pins::pin_write(
107107
board,
108108
x = station_info,
109+
type = "csv",
109110
name = "bike-predict-r-station-info-pin",
110111
title = "Bike Predict - ETL - Pinned Station Info",
111112
description = "Bike station info from https://capitalbikeshare.com."

0 commit comments

Comments
 (0)