Download S-PLUS 7 Enterprise Developer User's Guide

Transcript
S-PLUS Workbench Tasks
To Add a Module
1. From the right-click Search Path menu, click Add Module.
2. In the Attach Module dialog box, provide the module name
and indicate whether to add it to the first position.
3. Click OK and examine the Search Path View for the
change.
To Add a Directory
1. Right-click the Search Path View.
2. From the menu, click Attach Directory.
3. In the Attach dialog box, in the Directory to attach text
box, browse to the directory location.
4. In the Label text box, type Projects
5. In the Position text box, type 4.
6. Click OK and examine the Search Path View. The label you
provided should appear at position 4.
Detaching a
Database
From the Search Path View, you can detach a database from your
current session.
To Detach a Database
1. In the Search Path View, right-click bigdata.
2. In the right-click menu, select Detach.
3. Examine the Search Path View. The Big Data library is no
longer attached.
Refreshing the
View
When you refresh the view, any changes to the Search Path View
that have not been reflected in a recent change are displayed. For
example, if you add a library by calling the load function in an S-PLUS
script, the change is not immediately displayed in the Search Path
View.
To Refresh the View
1. Using the Console View, reattach the Big Data library. In the
Console View, type
library(bigdata, first = T)
47