Skip to content

Commit

Permalink
website update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yousuf28 committed Sep 18, 2024
1 parent 13c74f9 commit 3432559
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 19 deletions.
2 changes: 1 addition & 1 deletion docs/articles/dm_documentation.html

Large diffs are not rendered by default.

11 changes: 1 addition & 10 deletions docs/articles/mi_documentation.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/articles/tx_documentation.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ articles:
om_documentation: om_documentation.html
ts_documentation: ts_documentation.html
tx_documentation: tx_documentation.html
last_built: 2024-09-18T15:02Z
last_built: 2024-09-18T15:21Z

2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vignettes/articles/dm_documentation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ DT::datatable(dm_merge_full,options = list(pageLength=20)) |>
backgroundColor = 'skyblue')
```

## Actual original data that we took to worked on
## Actual original data that we took to work on
only those 4 setcd animals

```{r}
Expand Down
2 changes: 0 additions & 2 deletions vignettes/articles/mi_documentation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ mi_org <- haven::read_xpt(fs::path(path,file_org))
#| echo=FALSE
mi_org <- as.data.frame(mi_org)
DT::datatable(mi_org,options = list(pageLength = 10))
colnames(mi_org)
```

## Columns that changed in original (red background)
Expand All @@ -64,7 +63,6 @@ mi_fake <- haven::read_xpt(fs::path(path,file_fake))
#| echo=FALSE
mi_fake <- as.data.frame(mi_fake)
data.table::setDT(mi_fake)
colnames(mi_fake)
data.table::setcolorder(mi_fake,'USUBJID', after = 'DOMAIN')
DT::datatable(mi_fake,options = list(pageLength = 10))
```
Expand Down
5 changes: 3 additions & 2 deletions vignettes/articles/tx_documentation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ DT::datatable(tx_fake,options = list(pageLength = -1))
#| echo=FALSE
DT::datatable(tx_fake,options = list(pageLength= -1)) |>
DT::formatStyle(colnames(tx_fake), valueColumns = 'SETCD',
backgroundColor = styleEqual(c('01','04','06','08'),c('#a8d5ba','#fbcccf','#d2deeb','#d3d8c4')))
backgroundColor = styleEqual(c('01','04','06','08'),
c('#a8d5ba','#fbcccf','#d2deeb','#d3d8c4')))
```
```{r}
Expand Down Expand Up @@ -115,7 +116,7 @@ DT::datatable(tx_merge_full,options = list(pageLength=20)) |>
## )
```

## Actual original data that we took to worked on
## Actual original data that we took to work on
only those 4 setcd animals

```{r}
Expand Down

0 comments on commit 3432559

Please sign in to comment.