Skip to content

Commit

Permalink
Merge branch '84_xportr_deep_dive_vignette' of https://github.com/ato…
Browse files Browse the repository at this point in the history
…rus-research/xportr into 84_xportr_deep_dive_vignette
  • Loading branch information
bms63 committed Jun 14, 2023
2 parents a81cf50 + 93800fc commit b0b7df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/deepdive.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The `xpt` Version 5 files form the backbone of any successful Submission and are

Each of the core `{xportr}` functions for applying labels, types, formats, order and lengths provides feedback to users on submission compliance. However, a final check is implemented when `xportr_write()` is called to create the `xpt`. `xportr_write()` calls [`xpt_validate()`](https://github.com/atorus-research/xportr/blob/231e959b84aa0f1e71113c85332de33a827e650a/R/utils-xportr.R#L174), which is a behind the scenes/non-exported function that does a final check for compliance. At the time of `{xportr} v0.3.0` we are checking the following when a user writes out an `xpt` file.:

<img src="xpt_validate.png" alt="validate" style="width:800px;"/>
<img src="xpt_validate.png" alt="validate" style="width: calc(100% - 2px); padding: 0; margin: 0;"/>


# {xportr} in action
Expand Down

0 comments on commit b0b7df0

Please sign in to comment.