Last chance! 50% off unlimited learning
Sale ends in
Generics functions to count the number of multiprocessing
(respectively sa_item
)
inside a workspace
(respectively multiprocessing
).
count(x)
the workspace
or the codemultiprocessing.
Other functions to get informations from a workspace, multiprocessing or sa_item: get_model
,
get_name
, get_object
,
get_ts
# NOT RUN {
wk <- new_workspace()
mp <- new_multiprocessing(wk, "sa1")
count(wk) # 1 multiprocessing inside the workspace wk
count(mp) # 0 sa_item inside the multiprocessing mp
# }
Run the code above in your browser using DataLab