
An Analysis Results Dataset (ARDS) is commonly used in thepharma-biotech industry to capture the results of an analysis in atabular data structure. Theards package helps createthe ARDS.ards functions can be called from inside ananalysis or reporting program. The functions use a “bucketing” approach,whereby data can be added to the ARDS in multiple calls and frommultiple intermediate data sets.
Theards package can be installed from the console.Simply run the following command:
install.packages("ards")Or if you want the latest development version, you can install itdirectly from github:
devtools::install_github("https://github.com/dbosak01/ards")Then put the following line at the top of your program or script:
library(ards)Theards package will give you access to a number offunctions to help create an Analysis Results Dataset (ARDS). Forexamples and usage information, visit theardsdocumentation sitehere.
If you need help, the first place to turn to is theards web site. The web site hasfull documentation on allards functions.
If you want to look at the code for theardspackage, visit the github pagehere.
If you encounter a bug or have a feature request, please submit anissuehere.
Thesassy meta-package includes several packagesthat help make R easier for everyone. You can read more about thesassy packagehere.