gta_cumulative_counts: GTA in force interventions counter

View source: R/gta cumulative counts.R

gta_cumulative_countsR Documentation

GTA in force interventions counter

Description

Computes number of interventions in force.

Usage

gta_cumulative_counts(
  counts.by = "quarter",
  coverage.period = NULL,
  data.path = "data/master_plus.Rdata",
  gta.evaluation = NULL,
  affected.flows = NULL,
  implementing.country = NULL,
  keep.implementer = TRUE,
  affected.country = NULL,
  keep.affected = NULL,
  incl.affected.strictness = "ONEPLUS",
  keep.others = TRUE,
  nr.affected = c(0, 999),
  nr.affected.incl = "ALL",
  announcement.period = NULL,
  implementation.period = NULL,
  keep.implementation.na = NULL,
  revocation.period = NULL,
  keep.revocation.na = TRUE,
  submission.period = NULL,
  in.force.on.date = Sys.Date(),
  keep.in.force.on.date = "any",
  intervention.types = NULL,
  keep.type = NULL,
  mast.chapters = NULL,
  keep.mast = NULL,
  implementation.level = NULL,
  keep.level = NULL,
  eligible.firms = NULL,
  keep.firms = NULL,
  cpc.sectors = NULL,
  keep.cpc = NULL,
  hs.codes = NULL,
  keep.hs = NULL,
  intervention.ids = NULL,
  keep.interventions = NULL,
  lag.adjustment = NULL,
  reporting.period = NULL,
  df.name = "master.sliced",
  pc.name = "parameter.choice.slicer",
  xlsx = FALSE,
  output.path = NULL
)

Arguments

counts.by

Specify whether to count by month, quarter or year.'.

coverage.period

Specify the range of years of interest.'.

Details

all gta_data_slicer parameters are permissible.'.

Value

Outputs in force interventions by different given periods.

Author(s)

Global Trade Alert

References

www.globaltradealert.org


global-trade-alert/gtalibrary documentation built on April 26, 2024, 12:38 p.m.