Skip to content

Commit

Permalink
Render README
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasilge committed Sep 23, 2022
1 parent b9f1636 commit 58cd86e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ library(pins)
board <- board_temp()
board
#> Pin board <pins_board_folder>
#> Path: '/tmp/RtmpAYa45m/pins-6cce258ca9cf'
#> Path: '/var/folders/hv/hzsmmyk9393_m7q3nscx1slc0000gn/T/RtmpIz0TnO/pins-e094532135f'
#> Cache size: 0
```

Expand All @@ -69,7 +69,7 @@ arguments: the board to pin to, an object, and a name:
``` r
board %>% pin_write(head(mtcars), "mtcars")
#> Guessing `type = 'rds'`
#> Creating new version '20211116T161305Z-e8160'
#> Creating new version '20220923T183046Z-209d4'
#> Writing to pin 'mtcars'
```

Expand Down

0 comments on commit 58cd86e

Please sign in to comment.