You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/intro.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ kernelspec:
21
21
```
22
22
23
23
The pins package publishes data, models, and other Python objects, making it easy to share
24
-
You can pin objects to a variety of pin *boards*, including folders (to share on a networked drive or with services like DropBox), RStudio Connect, Amazon S3, Google Cloud Storage, and Azure Datalake.
24
+
You can pin objects to a variety of pin *boards*, including folders (to share on a networked drive or with services like DropBox), Posit Connect, Amazon S3, Google Cloud Storage, and Azure Datalake.
25
25
Pins can be automatically versioned, making it straightforward to track changes, re-run analyses on historical data, and undo mistakes.
26
26
27
27
You can use pins from R as well as Python. For example, you can use one language to read a pin created with the other. Learn more about [pins for R](https://pins.rstudio.com).
@@ -67,14 +67,14 @@ board.pin_read("mtcars")
67
67
```
68
68
69
69
A board on your computer is good place to start, but the real power of pins comes when you use a board that's shared with multiple people.
70
-
To get started, you can use `board_folder()` with a directory on a shared drive or in DropBox, or if you use [RStudio Connect](https://www.rstudio.com/products/connect/) you can use `board_rsconnect()`:
70
+
To get started, you can use `board_folder()` with a directory on a shared drive or in DropBox, or if you use [Posit Connect](https://www.posit.co/products/connect/) you can use `board_connect()`:
0 commit comments