COHHIO / Rminor

Shiny app for Ohio Balance of State CoC reporting
https://cohhio.github.io/Rminor/
GNU Affero General Public License v3.0
2 stars 3 forks source link

Add *_between functionality to Rminor golem #39

Closed yogat3ch closed 4 years ago

yogat3ch commented 4 years ago

This branch provides a re-work of the *_between functions to be used in Rminor & COHHIO_HMIS Repos which is:

If Rminor is installed as a package to the working R package library directory, this function can then be called similar to follows: Rminor::served_between allowing it to be used inside of COHHIO_HMIS without copying the code directory.

Installing as a package will allow usage of these functions in Rme and COHHIO_HMIS using the Rminor:: prefix. Related: COHHIO_HMIS#104 Once merged COHHIO_HMIS#93 can be closed.

Unit-Tests and documentation are included.

Note: the *_between functions pulled from COHHIO_HMIS via the RData need to be removed from the save call. A related pull request will be made for these changes.