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.

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 CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("docstring")

Try the docstring package in your browser

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

docstring documentation built on May 2, 2019, 2:44 a.m.