Learn R Programming

gesis (version 0.2.2)

get_datasets: Get a dataframe of all individual data sets within a group of studies

Description

Get a dataframe of all individual data sets within a group of studies

Usage

get_datasets(group_no)

Arguments

group_no

The group number (usually obtained from get_study_groups())

Value

A dataframe

Examples

Run this code
# NOT RUN {
# Get DOIs and titles for all Eurobarometer studies
eurobars <- get_datasets("0008")
head(eurobars)
# }

Run the code above in your browser using DataLab