Package: hp Title: Pipe a function into help() Version: 0.0.0.9000 Authors@R: person(given = "Eric", family = "Leung", role = c("aut", "cre"), email = "erictleung@outlook.com", comment = c(ORCID = "0000-0002-8724-1872")) Description: After using autocomplete on a function, instead of scrolling to the front of the function to use the question mark to access the help page, this package allows you to pipe the function into a wrapper help function for easier access. License: MIT + file LICENSE URL: https://erictleung.com/hp, https://github.com/erictleung/hp Imports: dplyr, magrittr, purrr Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.1 Repository: https://erictleung.r-universe.dev Date/Publication: 2021-08-13 19:30:25 UTC RemoteUrl: https://github.com/erictleung/hp RemoteRef: HEAD RemoteSha: 3588b46b2e81d1b5b5144eafa5a330dccc78a753 NeedsCompilation: no Packaged: 2026-06-06 07:36:23 UTC; root Author: Eric Leung [aut, cre] (ORCID: ) Maintainer: Eric Leung