cir_extractCaseDetails: Extract a selection of case details into a data frame

Description Usage Arguments Details Value Examples

Description

Extract a selection of case details into a data frame

Usage

1

Arguments

cases

a list with one or more case details obtained using cir_getCase

Details

The typical workflow will be to retrieve multiple cases from the register and to convert the resulting list of cases into a data frame. See the example.

Value

A data frame with a selection of case details required for the Econometer

Examples

1
2
3
4
5
6
## Not run: 
ids <- cir_searchByDate(Sys.Date() - 1) # find case publications from yesterday
cases <- cir_getCase(ids)
cases.df <- cir_extractCaseDetails(cases)

## End(Not run)

bedatadriven/econometer documentation built on May 12, 2019, 10:03 a.m.