View source: R/sasWhereConstructors.R
sasWhereConstructor | R Documentation |
Simple helper function that combines multiple SAS where statements with "AND"
sasWhereConstructor(..., collapse = " AND ")
... |
A vector of valid SAS where statements. |
collapse |
Argment passed to paste0. default is |
Returns a string that can be passed to the "where" argument of importSAS
Matthew Phelps <mphelps@hjerteforeningen.dk>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.