2024-02-26 21:05:02 +01:00
---
2024-02-27 12:42:58 +01:00
title: "Shiny-app"
2024-02-26 21:05:02 +01:00
output: rmarkdown::html_vignette
vignette: >
2024-02-27 12:42:58 +01:00
%\VignetteIndexEntry{Shiny-app}
2024-02-26 21:05:02 +01:00
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```
```{r setup}
library(REDCapCAST)
```
2024-05-02 13:31:21 +02:00
To make the easiest possible transition 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:
2024-02-26 21:05:02 +01:00
2024-02-27 12:42:58 +01:00
```{r eval=FALSE}
2024-02-26 21:05:02 +01:00
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.