mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 13:17:30 +02:00
Updated README and two new vignettes. A little basic for now.
This commit is contained in:
parent
05c0f35016
commit
4af64701a1
3 changed files with 114 additions and 4 deletions
30
vignettes/Shiny casting.Rmd
Normal file
30
vignettes/Shiny casting.Rmd
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
title: "Introduction"
|
||||
output: rmarkdown::html_vignette
|
||||
vignette: >
|
||||
%\VignetteIndexEntry{Introduction}
|
||||
%\VignetteEngine{knitr::rmarkdown}
|
||||
%\VignetteEncoding{UTF-8}
|
||||
---
|
||||
|
||||
```{r, include = FALSE}
|
||||
knitr::opts_chunk$set(
|
||||
collapse = TRUE,
|
||||
comment = "#>"
|
||||
)
|
||||
```
|
||||
|
||||
```{r setup}
|
||||
library(REDCapCAST)
|
||||
```
|
||||
|
||||
To make the easiest possible transistion from spreadsheet/dataset to REDCap, I have created a small Shiny app, which adds a graphical interface to the casting of a data dictionary and data upload. Install the package and run the app as follows:
|
||||
|
||||
```{r}
|
||||
require(REDCapCAST)
|
||||
shiny_cast()
|
||||
```
|
||||
|
||||
The app will launch in a new window and the interface should be fairly self-explanatory.
|
||||
The app only provides the most basic functionality, but might be extended in the future.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue