query_rows: Download data from bigquery using both SELECT and WHERE...

Description Usage Arguments Value

View source: R/query_rows.R

Description

Queries run using this function select all the entries from the tables for all patients who had at least one entry for nitroglycerin in the infusiondrug table

Usage

1
query_rows(connection, table, columns, rows)

Arguments

connection

DBI connection to bigquery

table

name of table to query

columns

vector of column names from the table to select

rows

condition to pass to WHERE query for the table

Value

dataframe with data from table in eicu dataset stored in bigquery


awconway/eicu_nitro documentation built on Feb. 21, 2022, 4:35 p.m.