From c6cb4733065cd93f8d2d1d228cc1eecc67a661f7 Mon Sep 17 00:00:00 2001 From: krlmlr Date: Sat, 27 May 2023 01:43:22 +0000 Subject: [PATCH] [create-pull-request] automated change --- tests/testthat/_snaps/vignette-types/types.md | 3 +++ 1 file changed, 3 insertions(+) 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: