mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 13:17:30 +02:00
new vignettes
This commit is contained in:
parent
767d03f45f
commit
409d53a6be
2 changed files with 8 additions and 8 deletions
|
|
@ -1,30 +0,0 @@
|
|||
---
|
||||
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