Skip to content

Commit

Permalink
docs: remove extra note
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Feb 20, 2024
1 parent 3e1a229 commit 4cf34af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vignettes/xportr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ data("adsl", package = "xportr")
datatable_template(adsl)
```

**NOTE:** The `ADSL` dataset can be created by using this command `admiral::use_ad_template("adsl")`.

# Preparing your Specification Files

In order to make use of the functions within `{xportr}` you will need to create an R data frame that contains your specification file. You will most likely need to do some pre-processing of your spec sheets after loading in the spec files for them to work appropriately with the `xportr` functions. Please see our example spec sheets in `system.file(paste0("specs/", "ADaM_admiral_spec.xlsx"), package = "xportr")` to see how `xportr` expects the specification sheets.
Expand Down

0 comments on commit 4cf34af

Please sign in to comment.