Learn R Programming

⚠️There's a newer version (1.0.4) of this package.Take me there.

eudract

The goal of eudract is to provide tools to easily produce summaries of safety data from clinical trials that can easily be uploaded into eudraCT.

Installation

You can install from CRAN directly with

install.packages("eudract")

You can install the very latest version on github with:

install.packages("devtools")
devtools::install_github("shug0131/eudraCT/R/eudract")

Documentation

https://eudract-tool.medschl.cam.ac.uk provides full documentation

Go and read the help pages within R

?eudract::safety_summary
#> starting httpd help server ... done

Copy Link

Version

Install

install.packages('eudract')

Monthly Downloads

410

Version

0.9.0

License

GPL-2

Maintainer

Simon Bond

Last Published

November 7th, 2019

Functions in eudract (0.9.0)

print.safety_summary

print method for safety summary object
eudract_convert

applies a conversion using xslt from a simple xml file to a eudract compatible file, and checks against the schema
soc_code

System Organ Class coding
append_xml

internal function to append rows to the output xml file
simple_safety_xml

creates a simple xml file from the input of a safety_summary object
create.safety_summary

function that creates a safety_summary object from individual data.frames
safety_summary

Calculate frequency tables from a rectangular data frame with one row per subject-event
safety

Example of safety data
df_to_char

function to make a data frame be entirely character vectors