| get_bench | R Documentation | 
Submits a get request to retrieve the custom bench table for all employees
get_bench(user = NULL, password = NULL, employee_ids = c("all"),
  year = NULL, verbose = FALSE)
user | 
 Bamboo api user id, register in Bamboo "API Keys"  | 
password | 
 Bamboo login password  | 
employee_ids | 
 an optional list; specifies the employees for which bench time is requested; defaults to c('all') which gets all employee bench time  | 
year | 
 integer; the year for which bench records are desired; optional, defaults to NULL  | 
verbose | 
 a logical; indicates if detailed output from httr calls should be provided; default FALSE  | 
tbl_df
Mark Druffel, mdruffel@propellerpdx.com
https://www.bamboohr.com/api/documentation/, https://github.com/r-lib/httr
## Not run: 
user <- 'your_api_user'
password <- 'your_password'
bench <- get_bench(user=user,password=password)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.