Skip to content

Commit 725c2e2

Browse files
committed
Hoping to fix link
1 parent e0b9da6 commit 725c2e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/machine-learning/r/converting-r-code-for-use-in-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ How much you change your code depends on whether you intend to submit the code f
137137

138138
### Package your R/Python code in a stored procedure
139139

140-
+ Create a T-SQL user-defined function, embedding your code using the [sp-execute-external-script](../relational-databases/system-stored-procedures/sp-execute-external-script-transact-sql.md) statement.
140+
+ Create a T-SQL user-defined function, embedding your code using the [sp-execute-external-script](../../relational-databases/system-stored-procedures/sp-execute-external-script-transact-sql.md) statement.
141141

142142
+ If you have complex R code, use the R package **sqlrutils** to convert your code. This package is designed to help experienced R users write good stored procedure code.
143143
You rewrite your R code as a single function with clearly defined inputs and outputs, then use the **sqlrutils** package to generate the input and outputs in the correct format. The **sqlrutils** package generates the complete stored procedure code for you, and can also register the stored procedure in the database.

0 commit comments

Comments
 (0)