Skip to content

Commit 982b50f

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,10 @@ 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:
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.
126+
> 1. Navigate to the file/folder you want to read into R
127+
> 1. Select the elipsis (**...**) next to it.
128+
> 1. Select from the menu **Copy URI**.
129+
> 1. Select the **Datastore URI** to copy into your notebook/script.
127130
Please note, you will still need to create a variable for `<path>` in the code.
128131
> :::image type="content" source="media/how-to-access-data-ci/datastore_uri_copy.png" alt-text="Screenshot highlighting the copy of the datastore URI.":::
129132

0 commit comments

Comments
 (0)