Embedded in the DESCRIPTION files of our installed.packages is a world of URLs developers have curated for us to learn from. The problem many times is that getting to the right link quickly is a pain in the REDACTED.

The goal of helpdesk is to create a simple api to query URL links embedded in DESCRPITION files of the installed.packages and return a search enabled datatable with active links of the relevant URLs.

Installation

remotes::install_github("yonicd/helpdesk")

Example

Interactive

In RStudio IDE an interactive datatable will be returned in which search fields at the top of the columns is enabled by default to further query the output.

After locating the relevant link you need, the links are enabled to open directly into a new browser tab.

Here is an example

Running in the console the default call

The resulting datatable is returned

That’s it!

Static

Below shows some additional functionality, where the returned objects are converted to html tables. Like before the links are active so you can test them out from the outputs.