https://github.com/program--/activeforms
DoD PDF Forms Parser built with R + Shiny + Electron.
https://github.com/program--/activeforms
Last synced: 3 months ago
JSON representation
DoD PDF Forms Parser built with R + Shiny + Electron.
- Host: GitHub
- URL: https://github.com/program--/activeforms
- Owner: program--
- License: other
- Created: 2021-07-18T22:53:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-23T05:32:27.000Z (over 4 years ago)
- Last Synced: 2025-02-05T00:27:51.263Z (12 months ago)
- Language: R
- Size: 107 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# ActiveForms
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://github.com/program--/ActiveForms/actions)
**ActiveForms** is a DoD PDF forms parser built with R, Shiny, and Electron intended for Systems Administrators to easily apply configuration to networked devices
where manually reading forms would take *too much* time. For example, SAAR (DD 2875) forms for authorization of user accounts in Active Directory.
## Installation
You can install the developmental version of ActiveForms using `remotes`:
``` r
# install.packages("remotes")
remotes::install_github("program--/ActiveForms")
```
## Example
ActiveForms can be run by either the `Electron`-built desktop application or as a web service.
To run the web service, simply install ActiveForms and then call:
``` r
ActiveForms::run_app()
```