diff --git a/tests/testthat/_snaps/vignette-types/types.md b/tests/testthat/_snaps/vignette-types/types.md index 34114287a..18183ad3d 100644 --- a/tests/testthat/_snaps/vignette-types/types.md +++ b/tests/testthat/_snaps/vignette-types/types.md @@ -28,6 +28,7 @@ For example, `` in the header of a column indicates an integer column, and + |Class |Data type |Example |Column header | |:---------------------------|:--------------------|:--------------------------------|:-------------| |Atomic |logical |`TRUE` |lgl | @@ -59,6 +60,8 @@ For example, `` in the header of a column indicates an integer column, and | |expression |`parse(text = "a <- 1\nb<- 2")` |expression | | |quosures |`rlang::quos(a = 1)` |quos | + + ## Example values The following overview contains example values for each type: