Description Usage Details Value Examples
This is an internal function which retrieves the user database file 'user_db.csv', which holds user information for users with SVN credentials. this assumes 'rsync' is available on your path, which is true by default for linux and OSX machines, but probably not for windows.
1 | user_db()
|
The information is cached so calling this function repeatably will
result in the same information being returned. Use
memoise::forget(user_db)
to reset the cache if needed.
the result is a data.frame of the data
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.