sasWhereConstructor: sasWhereConstructor

View source: R/sasWhereConstructors.R

sasWhereConstructorR Documentation

sasWhereConstructor

Description

Simple helper function that combines multiple SAS where statements with "AND"

Usage

sasWhereConstructor(..., collapse = " AND ")

Arguments

...

A vector of valid SAS where statements.

collapse

Argment passed to paste0. default is " AND ".

Value

Returns a string that can be passed to the "where" argument of importSAS

Author(s)

Matthew Phelps <mphelps@hjerteforeningen.dk>


tagteam/heaven documentation built on March 24, 2024, 7:58 a.m.