Heatmaps & Summaries of eregistry permission settings for EMu User Groups
- Clone the repo.
- In the repo, add a text file named
.Renviron
, following the.Renviron.example
file. Adjust values for variables if needed. - Install R and RStudio Desktop
- Open an R console -- e.g. in terminal/shell type
R
, or open RStudio and go to the Console pane.
...In the R console:
- Install required R packages, e.g.:
install.packages(c('heatmaply')
- Run the app by entering:
shiny::runApp()
- In your copy of this repo, check and add if needed:
- a subdirectory named:
real_data_in/table_security/
- a text file named
.Renviron
, following the.Renviron.example
file. Adjust values if needed.
- a subdirectory named:
- In EMu, open the Registry module, and make a CSV report that includes Keys1-10 and the Value columns.
- Report out all records.
- Copy the report output
eregistr.csv
file toreal_data_in/table_security/
in this repo. - Re-run
app.R
-- e.g. by entering this at the R console:shiny::runApp()
For general shiny app help, see https://shiny.rstudio.com/articles/running.html