Skip to content

Commit 55c8988

Browse files
Remind syntax
1 parent e353e2b commit 55c8988

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/machine-learning/algorithm-module-reference/execute-r-script.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ Datasets stored in the designer are automatically converted to an R data frame w
123123

124124
1. In the **R script** text box, type or paste valid R script.
125125

126+
> [!NOTE]
127+
> Please be very careful when writing your script and makes sure there is no syntax error, such as using a un-declared variable or a un-imported module or function. Also pay extra attentions to the pre-installed package list in the end of this document. To use packages that are not listed, please install them in your script such as `install.packages("zoo",repos = "http://cran.us.r-project.org")`
128+
126129
To help you get started, the **R Script** text box is pre-populated with sample code, which you can edit or replace.
127130

128131
```R

0 commit comments

Comments
 (0)