Description Usage Arguments Value
Gets variable data for specified variable(s) from specified table.
1 2 3 |
con |
A connection created by |
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 |
A dataframe with the specified variables as columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.