View source: R/get_bamboo_meta_tables.R
| get_bamboo_meta_tables | R Documentation | 
Submits a get request to retrieve the meta data for all tables defined in the system
get_bamboo_meta_tables(user = NULL, password = NULL, verbose = FALSE)
user | 
 Bamboo api user id, register in Bamboo "API Keys"  | 
password | 
 Bamboo login password  | 
verbose | 
 a logical; indicates if detailed output from httr calls should be provided; default FALSE  | 
tbl_df
Evan Downey, edowney@propellerpdx.com
https://www.bamboohr.com/api/documentation/, https://github.com/r-lib/httr
user <- 'your_api_user'
password <- 'your_password'
verbose <- 'your_preference'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.