Skip to content

Commit

Permalink
chore: #84 lintr fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bms63 committed Jun 6, 2023
1 parent f8dffd7 commit 1f25b30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vignettes/deepdive.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ adsl_type <- xportr_type(.df = adsl, metadata = var_spec, domain = "ADSL", verbo
Next we will use `xportr_length()` to apply the length column of the _metadata object_ to `ADSL` dataset.

```{r, max.height='300px', attr.output='.numberLines', echo = FALSE}
str(adsl)
str(adsl)
```

TODO: There is no warning around the length in the metadata being greater than 200.
Expand All @@ -252,7 +252,7 @@ adsl_length <- xportr_length(.df = adsl, metadata = var_spec, domain = "ADSL", v
```

```{r, max.height='300px', attr.output='.numberLines', echo = FALSE}
str(adsl_length)
str(adsl_length)
```


Expand Down Expand Up @@ -326,7 +326,7 @@ TODO: I don't think `xportr_write()` works in the README and Get Started


```{r, echo = TRUE, error = TRUE}
adsl %>%
adsl %>%
xportr_metadata(var_spec, "ADSL") %>%
xportr_type() %>%
xportr_length() %>%
Expand All @@ -337,7 +337,7 @@ TODO: I don't think `xportr_write()` works in the README and Get Started
```

```{r, echo = TRUE, error = TRUE}
adsl %>%
adsl %>%
xportr_metadata(var_spec, "ADSL") %>%
xportr_type() %>%
xportr_length() %>%
Expand Down

0 comments on commit 1f25b30

Please sign in to comment.