Get objects inside a workspace or multiprocessing
Generics functions to get all (get_all_objects()) multiprocessing (respectively sa_item)
from a workspace (respectively multiprocessing) or to get a given one (get_object()) .
get_object(x, pos = 1) get_all_objects(x)
x |
the object where to extract the |
pos |
the index of the object to extract. |
An object of class multiprocessing or sa_item (for get_object()) or a list
of objects of class multiprocessing or sa_item (for get_all_objects()).
sa_x13 <- x13(ipi_c_eu[, "FR"], spec = "RSA5c") wk <- new_workspace() mp <- new_multiprocessing(wk, "sa1") add_sa_item(wk, "sa1", sa_x13, "X13") # Other way to get the multiprocessing: mp <- get_object(wk, 1) # To get the sa_item object: sa_item <- get_object(mp, 1)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.