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 May 28, 2024, 9:22 p.m.