The following example app was built to demonstrate the use of functionality in datimutils for securing data access specifically for data meant to be accessible to only USG Folks. In order to run this application do the following:
- Clone the repo.
- Open as a project.
- If you don’t already have
renv
installed make sure to install it and then runrenv::activate()
— you may be prompted to follow up withrenv::restore()
. - You will also be asked to install all the packages listed in the
renv.lock
file. - Edit your
.Rprofile
in your root directory where you can point to datim. - Reload the project so that the environment variables are available to the app. You can now run the app.