Skip to content

Commit e92fa06

Browse files
mgladwellsdgilley
andauthored
Update articles/machine-learning/how-to-r-interactive-development.md
Co-authored-by: Sheri Gilley <[email protected]>
1 parent 4be60d9 commit e92fa06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/machine-learning/how-to-r-interactive-development.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ Alternatively, you can use a Datastore URI to access different files on a regist
123123
124124
> [!TIP]
125125
> Rather than remember the datastore URI format, you can copy-and-paste the datastore URI from the Studio UI by following these steps:
126-
> 1. Select **Data** from the left-hand menu followed by the **Datastores** tab.
126+
> If you know the datastore where your file is located, navigate to the file/folder you want to read into R, select the elipsis (**...**) next to it. Select from the menu **Copy URI**. Then select the **Datastore URI** to copy into your notebook/script.
127+
Please note, you will still need to create a variable for `<path>` in the code.
127128
> 1. Select your datastore name and then **Browse**.
128129
> 1. Find the file/folder you want to read into R, select the elipsis (**...**) next to it. Select from the menu **Copy URI**. You can select the **Datastore URI** to copy into your notebook/script. Please note, you will still need too create a variable for "<path>".
129130
> :::image type="content" source="media/how-to-access-data-ci/datastore_uri_copy.png" alt-text="Screenshot highlighting the copy of the datastore URI.":::

0 commit comments

Comments
 (0)