Description Usage Arguments Value Examples
Calls ‘get_openhub_keys_df' to get API key(s) so it’s not accidentently pushed in the code.
1 2 | get_openhub_key(key_index = 1, key_id = NULL, key_name = NULL,
file = "/home/sdal/projects/sdal/api_keys/ohloh_keys.csv")
|
key_index |
the row index of the key (can also be vector of integers), defaults to 1 |
key_id |
the id to use to subset the table of API keys (use with key_name), defaults to NULL |
key_name |
the name to use to subset the table of API keys (use with key_id), defaults to NULL |
file |
location of the google maps key file by default it points to the location in the sdal server |
string
1 2 3 4 5 6 7 | get_openhub_key()
get_openhub_key(2)
get_openhub_key(c(1, 2))
get_openhub_key(key_id = 'oh_key_dc', key_name = 'Daniel')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.