tarpan2_get_variables: tarpan2_get_variables

Description Usage Arguments Value

Description

Gets variable data for specified variable(s) from specified table.

Usage

1
2
3
tarpan2_get_variables(con = NULL, variables = "*", table,
  schema = "public", n_vals = NULL, where_clause = NULL,
  group_by = NULL)

Arguments

con

A connection created by make_tarpan2_connection

variables

character - the variable(s) to fetch data for

table

character - the name of the table containing specified variables

schema

character - one or more table names

n_vals

numeric - the nuber of vals to retrieve. Defaults to NULL, retrieving all values

where_clause

A where clause to append to the query

group_by

Any 'specified_variables' to group results by, typically grouped by a time or location variable

Value

A dataframe with the specified variables as columns


GlobalParametrics/taRpan_readonly documentation built on May 13, 2019, 11:23 a.m.