Skip to content

Commit fa4581c

Browse files
Add documentation for how to create a board for a shared network drive with caching (#327)
1 parent 71967fb commit fa4581c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/get_started.qmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Google Cloud Storage, Azure, and more.
1616
This vignette will introduce you to the basics of pins.
1717

1818
```{python}
19-
from pins import board_local, board_folder, board_temp, board_url
19+
from pins import board, board_local, board_folder, board_temp, board_url
2020
```
2121

2222
## Getting started
@@ -36,6 +36,7 @@ Here are a few options:
3636
board = board_local() # share data across R sessions on the same computer
3737
board = board_folder("~/Dropbox") # share data with others using dropbox
3838
board = board_folder("Z:\\my-team\pins") # share data using a shared network drive
39+
board = board("file", "Z:\\my-team\pins") # share data using a shared network drive with caching
3940
board = board_connect() # share data with Posit Connect
4041
```
4142

0 commit comments

Comments
 (0)