R/meta.R

#' Create EU institutional composition and position datasets across time using various data sources.
#'
#' @docType package
#' @name comPosition
NULL


# position object
# hold information on input dataset for which the posiitons are to be calculated
# hold information on ids in position dataset (links basically)
# variables etc
# dimensions

# composition object
# hold information on timeframe, type, varibales

# Function to create a position object holding raw dimension/CMP variable values

# -> can then be passed to a calculation function

# Function to create a composition object holding party_ids


# Position object
# has an linktable
# has a position value datset
# when given a list of varnames and ids, reutrns raw values, claculated positions etc
ghxm/comPosition documentation built on Jan. 29, 2024, 6:57 p.m.