Skip to content

Commit 1c36644

Browse files
authored
Merge pull request #119172 from nachoalonsoportillo/patch-4
Correct references to placeholders in the script
2 parents 03911ce + d4d7f18 commit 1c36644

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ For data stored in a data asset [created in Azure Machine Learning](how-to-creat
9292

9393
[!Notebook-r[](~/azureml-examples-mavaisma-r-azureml/tutorials/using-r-with-azureml/02-develop-in-interactive-r/work-with-data-assets.ipynb?name=configure-ml_client)]
9494

95-
1. Use this code to retrieve the asset. Make sure to replace `<DATA_NAME>` and `<VERSION_NUMBER>` with the name and number of your data asset.
95+
1. Use this code to retrieve the asset. Make sure to replace `<MY_NAME>` and `<MY_VERSION>` with the name and number of your data asset.
9696

9797
> [!TIP]
9898
> In studio, select **Data** in the left navigation to find the name and version number of your data asset.
@@ -191,4 +191,4 @@ Beyond the issues described earlier, use R as you would in any other environment
191191
192192
## Next steps
193193

194-
* [Adapt your R script to run in production](how-to-r-modify-script-for-production.md)
194+
* [Adapt your R script to run in production](how-to-r-modify-script-for-production.md)

0 commit comments

Comments
 (0)