connect_to_lookr: Connect to Looker via the LookR package.

Description Usage Arguments Value Examples

Description

Connect to Looker via the LookR package.

Usage

1
connect_to_lookr(auth_file_location = "~/.auth", memory_allowed = 6, ...)

Arguments

auth_file_location

A character. Give the path of the directory where your authenticate file is located. If left blank, R will search for a file named 'authenticate' in your current working directory. Set to NULL if you want to enter your credentials manually.

memory_allowed

Numeric, specifies the java heap size (in gigs). Must be set at a value below your system memory.

Value

Connects your R session to the Looker API. No objects are returned.

Examples

1
connect_to_looker(auth_file_location="~/authfiles")

johnchower/glootility documentation built on May 19, 2019, 3:03 p.m.