metabase_query2: Query Metabase

Description Usage Arguments Value

View source: R/metabaser.R

Description

Sends an SQL query to Metabase for the given database. Data is limited to 2000 records by the server using this approach. This might be faster for small lookups of the DB.

Usage

1
metabase_query2(handle, sql_query)

Arguments

handle

metabase_handle object

sql_query

SQL query to execute

Value

data.frame containing the results of the query


PHACDataHub/metabaserer documentation built on March 14, 2021, 12:02 a.m.