Count the number of objects inside a workspace or multiprocessing
Generics functions to count the number of multiprocessing
(respectively sa_item
)
inside a workspace
(respectively multiprocessing
).
count(x)
x |
the |
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
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.