- Notifications
You must be signed in to change notification settings - Fork1
dbosak01/ards
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
An Analysis Results Dataset (ARDS) is commonly used in the pharma-biotech industryto capture the results of an analysis in a tabular data structure. Theardspackage helps create the ARDS.ards functions can be called from insidean analysis or reporting program. The functions use a"bucketing" approach, whereby data can be added to the ARDS in multiplecalls and from multiple intermediate data sets.
Theards package can be installed from the console. Simply runthe following command:
install.packages("ards")Or if you want the latest development version, you can install it directlyfrom 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 of functionsto help create an Analysis Results Dataset (ARDS).For examples and usage information, visit theards documentationsitehere.
If you need help, the first placeto turn to is theards web site. The web sitehas full documentation on allards functions.
If you want to look at the code for theards package, visit thegithub pagehere.
If you encounter a bug or have a feature request, please submit an issuehere.
Thesassy meta-package includes several packages that help make Reasier for everyone. You can read more about thesassy packagehere.
About
An R package to create Analysis Results Datasets (ARDS)
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.
