inst/app/install_filter_nhp.R

# install remotes package if needed
if (!require("remotes")) {
  install.packages("remotes")
}

# install filterNHP
remotes::install_github("avrincon/filterNHP")

library(filterNHP)

# run the app
# run_filter_nhp_app()

Try the filterNHP package in your browser

Any scripts or data that you put into this service are public.

filterNHP documentation built on Nov. 18, 2021, 5:06 p.m.