config_setup | R Documentation |
Create a JSON config file
config_setup(apikey, companyname, conffile, verbose = TRUE)
apikey |
API key to access the bambooHR API. User will be prompted to enter one if not supplied |
companyname |
This is the subdomain used to access BambooHR. If you access BambooHR at https://mycompany.bamboohr.com, then companyname will be "mycompany" |
conffile |
A string giving the path where the configuration file will be written.
This will automatically attempt to load from the default location |
verbose |
whether to print path of conf file used, passed to use_config |
## Not run:
config_setup("secret api key", "cool company")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.