mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2025-09-12 10:39:39 +02:00
renamed
This commit is contained in:
parent
d56fd81966
commit
4911d4dbc8
1 changed files with 1 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "Introduction"
|
||||
title: "REDCapCAST"
|
||||
output: rmarkdown::html_vignette
|
||||
vignette: >
|
||||
%\VignetteIndexEntry{Introduction}
|
||||
|
@ -31,16 +31,6 @@ redcapcast_data |> gt::gt()
|
|||
```{r}
|
||||
redcapcast_meta |> gt::gt()
|
||||
```
|
||||
```{r}
|
||||
list <-
|
||||
REDCap_split(
|
||||
records = redcapcast_data,
|
||||
metadata = redcapcast_meta,
|
||||
forms = "repeating"
|
||||
) |>
|
||||
sanitize_split()
|
||||
str(list)
|
||||
```
|
||||
|
||||
```{r}
|
||||
list <-
|
Loading…
Add table
Reference in a new issue