run_inline_query: Run an inline query using the Looker 3.0 API.

Description Usage Arguments Value

Description

Run an inline query using the Looker 3.0 API.

Usage

1
2
run_inline_query(base_url, client_id, client_secret, model, view, fields,
  filters, limit = 1000, return_format = c("csv", "sql"), silent_read_csv)

Arguments

base_url

character. The base url of the Looker server.

client_id

character. Your client id.

client_secret

character. Your client secret.

model

character. The model parameter of the query.

view

character. The view parameter of the query.

fields

character. The fields parameter of the query.

filters

named list. The names and entries of the list will be converted into a hash table and passed as the filters of the query.

limit

numeric. The limit parameter of the query.

Value

a data.frame containing the data returned by the query.


avantcredit/looker3 documentation built on May 11, 2019, 4:06 p.m.