Dasonk/docstring: Provides Docstring Capabilities to R Functions

Provides the ability to display something analogous to Python's docstrings within R. By allowing the user to document their functions as comments at the beginning of their function without requiring putting the function into a package we allow more users to easily provide documentation for their functions. The documentation can be viewed just like any other help files for functions provided by packages as well.

Getting started

Package details

AuthorDason Kurkiewicz [aut, cre], Neal Fultz [ctb]
MaintainerDason Kurkiewicz <dasonk@gmail.com>
LicenseGPL-2
Version1.0.0
URL https://github.com/dasonk/docstring
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("Dasonk/docstring")
Dasonk/docstring documentation built on Dec. 24, 2021, 9:50 a.m.