Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

count

Count the number of objects inside a workspace or multiprocessing


Description

Generics functions to count the number of multiprocessing (respectively sa_item) inside a workspace (respectively multiprocessing).

Usage

count(x)

Arguments

x

the workspace or the codemultiprocessing.

See Also

Other functions to get informations from a workspace, multiprocessing or sa_item: get_model, get_name, get_ts.

Examples

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

RJDemetra

Interface to 'JDemetra+' Seasonal Adjustment Software

v0.1.6
EUPL
Authors
Alain Quartier-la-Tente [aut, cre] (<https://orcid.org/0000-0001-7890-3857>), Anna Michalek [aut], Jean Palate [aut], Raf Baeyens [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.