Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit ae8bc86

Browse files
authored
Updating language in sample code from 'R' to 'myR'
Updating language in sample code from 'R' to 'myR' to be consistent with the rest of the documentation. R is reserved for the one we provide, and not BYOR.
1 parent ed50961 commit ae8bc86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/machine-learning/install/custom-runtime-r.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Use the following SQL script to verify the installation and functionality of the
7676

7777
```sql
7878
EXEC sp_execute_external_script
79-
@language =N'R',
79+
@language =N'myR',
8080
@script=N'
8181
print(R.home());
8282
print(file.path(R.home("bin"), "R"));

0 commit comments

Comments
 (0)