This branch provides a re-work of the *_between functions to be used in Rminor & COHHIO_HMIS Repos which is:
computationally efficient
context sensitive (can be used inside of filter calls to return a logical, or within a pipe to return a data.frame)
a logical flag to switch output to logical instead of df (the default)
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.
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.