Hi, Let me introduce new functionality of felp package: fuzzyhelp()
function and "Fuzzy Search on R Help" Addin.
They will help you interactively and fuzzily find the help you want.
You no longer have to be afraid of a typo or a fuzzy recollection.
- Open the UI by
fuzzyhelp()
or "Fuzzy Search on R Help" Addin - Input search keyword
- Select a topic you want
- Preview
- Close the UI
- Done button will bring you to the real help
- Cancel button will just close the UI
You can install with remotes::install_github("atusy/felp")
I would be happy if someone tries and give me feedback prior to sending to CRAN.
I have also posted a brief summary in Japanese:
Thank you!!