Skip to content

Commit 17f38a0

Browse files
authored
Merge pull request #8049 from HeidiSteen/heidist-quickstart
Heidist quickstart
2 parents c01c82b + bcf9cf1 commit 17f38a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/advanced-analytics/r/set-up-a-data-science-client.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ The following steps assume the demo database, [NYCTaxi_Sample](../tutorials/demo
101101

102102
1. Open **RGUI** on the client workstation. For example, go to `~\Program Files\Microsoft SQL Server\140\R_SERVER\bin\x64` and double-click **RGui.exe** to start it.
103103

104-
2. RevoScaleR loads automatically. Confirm RevoScaleR is operational by running this command:
104+
2. RevoScaleR loads automatically. Confirm RevoScaleR is operational by running this command: `print(Revo.version)`
105105

106-
3. Modify the following sample script to include a valid name for a remote SQL Server instance.
106+
3. Enter demo script that executes on the remote server. You must modify the following sample script to include a valid name for a remote SQL Server instance. This session begins as a local session, but the **rxSummary** function executes on the remote SQL Server instance.
107107

108108
```r
109109
connStr <- "Driver=SQL Server;Server=<your-server-name>;Database=NYCTaxi_Sample;Trusted_Connection=true"

0 commit comments

Comments
 (0)