Combine_Surveys_dt: Combine different survey lists in an rbindlist fashion.

View source: R/manipulate.R

Combine_Surveys_dtR Documentation

Combine different survey lists in an rbindlist fashion.

Description

Combines the corresponding survey parts.

Usage

Combine_Surveys_dt(List_of_Survey_Lists)

Arguments

List_of_Survey_Lists

this is a list containing the downloaded (or filtered- but the Count_and_Filter function packages the survey list with other stuff, so beware!) data from the survey for a multiple-part survey.

Value

The surveys, combined

Examples

## Not run: 
Merged_Cint_Surveys <- Combine_Surveys_dt(list(Cint_Surveys_SL, Cint_Surveys_Between_SL_and_20210308, Cint_Surveys_0))

## End(Not run)

bpresentati/surveyR documentation built on March 19, 2022, 3:40 a.m.