Skip to content

Commit

Permalink
docs: Reframe adsl data source
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Feb 20, 2024
1 parent 48a90fc commit 909e6d4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 18 deletions.
4 changes: 1 addition & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,7 @@ To do this we will need to do the following:
All of which can be done using a well-defined specification file and the `{xportr}` package!

First we will start with our `ADSL` dataset created in R.
This example `ADSL` dataset is taken from a dataset released with `xportr`.
The script that generates this `ADSL` dataset can be created by using the command: `admiral::use_ad_template("adsl")` _(note: `admiral` package needs to be installed).
This `ADSL` dataset has 306 observations and 54 variables.
This example `ADSL` dataset contains 306 observations and 54 variables.

```{r, eval=TRUE, message=FALSE, warning=FALSE}
library(dplyr)
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,7 @@ All of which can be done using a well-defined specification file and the
`{xportr}` package!

First we will start with our `ADSL` dataset created in R. This example
`ADSL` dataset is taken from a dataset released with `xportr`. The
script that generates this `ADSL` dataset can be created by using the
command: `admiral::use_ad_template("adsl")` \_(note: `admiral` package
needs to be installed). This `ADSL` dataset has 306 observations and 48
variables.
`ADSL` dataset contains 306 observations and 54 variables.

``` r
library(dplyr)
Expand Down
7 changes: 2 additions & 5 deletions dev/var_names_xportr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,14 @@ The 6 main functions within `xportr` pacakge:
* `xportr_write()`


The demo will make use of a small `ADSL` dataset available with the `xportr` package.
The script that generates this `ADSL` dataset can be created by using the command: `admiral::use_ad_template("adsl")` _(note: `admiral` package needs to be installed).

The `ADSL` has the following features:
The demo will make use of a small `ADSL` dataset available with the `xportr` package and has the following features:

* 306 observations
* 54 variables
* Data types other than character and numeric
* Missing labels on variables
* Missing label for data set
* Order of varibles not following specification file
* Order of variables not following specification file
* Formats missing

<br>
Expand Down
6 changes: 1 addition & 5 deletions vignettes/xportr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,7 @@ datatable_template <- function(input_data) {

# Getting Started with xportr

The demo will make use of a small `ADSL` data set that is apart of the `{xportr}` package.
The script that generates this `ADSL` dataset can be created by using the command: `admiral::use_ad_template("adsl")` _(note: `admiral` package needs to be installed).
For a deeper discussion into `{xportr}` be sure to check out the [Deep Dive](deepdive.html) User Guide.

The `ADSL` has the following features:
The demo will make use of a small `ADSL` dataset available with the `xportr` package and has the following features:

* 306 observations
* 54 variables
Expand Down

0 comments on commit 909e6d4

Please sign in to comment.