Other packages > Find by keyword >

docstring  

Provides Docstring Capabilities to R Functions
View on CRAN: Click here


Download and install docstring package within the R console
Install from CRAN:
install.packages("docstring")

Install from Github:
library("remotes")
install_github("cran/docstring")

Install by package version:
library("remotes")
install_version("docstring", "1.0.0")



Attach the package and use:
library("docstring")
Maintained by
Dason Kurkiewicz
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2017-03-24
Latest Update: 2017-03-24
Description:
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.
How to cite:
Dason Kurkiewicz (2017). docstring: Provides Docstring Capabilities to R Functions. R package version 1.0.0, https://cran.r-project.org/web/packages/docstring. Accessed 08 Mar. 2025.
Previous versions and publish date:
No previous versions
Other packages that cited docstring R package
View docstring citation profile
Other R packages that docstring depends, imports, suggests or enhances
Complete documentation for docstring
Functions, R codes and Examples using the docstring R package
Some associated functions: docstring . 
Some associated R codes: docstring.R .  Full docstring package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

modest  
Model-Based Dose-Escalation Trials
User-friendly Shiny apps for designing and evaluating phase I cancer clinical trials, with the aim t ...
Download / Learn more Package Citations See dependency  
kdist  
K-Distribution and Weibull Paper
Density, distribution function, quantile function and random generation for the K-distribution. A p ...
Download / Learn more Package Citations See dependency  
billboard  
Contains Data of Billboard Hot 100 Songs
Contains data sets regarding songs on the Billboard Hot 100 list from 1960 to 2016. The data sets i ...
Download / Learn more Package Citations See dependency  
batchscr  
Batch Script Helpers
Handy frameworks, such as error handling and log generation, for batch scripts. Use case: in script ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
gtheory  
Apply Generalizability Theory with R
Estimates variance components, generalizability coefficients, universe scores, and standard errors ...
Download / Learn more Package Citations See dependency  

23,794

R Packages

206,711

Dependencies

64,305

Author Associations

23,781

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA