looker-open-source / lookr

An R library for the Looker API (4.0)
MIT License
77 stars 29 forks source link

Functions not being loaded in on Package Load #17

Open sdoberman opened 7 years ago

sdoberman commented 7 years ago

It appears that the functions in LookR are not being loaded automatically, forcing the user to copy/paste each function in.

Reproduction Example:

run_look(look_id = 1) Error in isTRUE(token_authenticated()) : could not find function "token_authenticated"