View source: R/import_workspace.R
| count | R Documentation |
Generic functions to count the number of multiprocessing (respectively sa_item)
inside a workspace (respectively multiprocessing).
count(x)
x |
the |
Other functions to retrieve information from a workspace, multiprocessing or sa_item: get_model, get_name, get_ts.
wk <- new_workspace()
mp <- new_multiprocessing(wk, "sap1")
count(wk) # 1 multiprocessing inside the workspace wk
count(mp) # 0 sa_item inside the multiprocessing mp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.