get.qca.datasets: Get QCA Datasets

Description Usage Arguments Value Author(s) Examples

Description

Automatically downloads raw and calibrated QCA datasets hosted on the COMPASSS.org server. Can select between csQCA, mvQCA, and fsQCA. Returns datasets as a list, along with hyperlink selections indicating the author name, year, and dataset type (raw versus calibrated).

Usage

1
2
get.qca.datasets(csQCA = FALSE, mvQCA = FALSE, 
    fsQCA = FALSE)

Arguments

csQCA

if TRUE, get csQCA datasets

mvQCA

if TRUE, get mvQCA datasets

fsQCA

if TRUE, get fsQCA datasets

Value

eturns a named list with up to three nested elements, one for each of csQCA, mvQCA, and fsQCA (corresponding to argument values supplied by the user). Within each nest, there is a list whose items have one sub-item containing a hyperlink stub and one sub-item containing the corresponding dataset.

Author(s)

Chris Krogslund (http://ckro.gs; ckrogslund@berkeley.edu)

Examples

1
2
3
4
5
# Get all csQCA datasets
get.qca.datasets(csQCA=TRUE)

# Get all csQCA and mvQCA datasets
get.qca.datasets(csQCA=TRUE, mvQCA=TRUE)

jmedzihorsky/qca.sim documentation built on May 19, 2019, 1:53 p.m.