diff --git a/dev/apple-touch-icon-120x120.png b/dev/apple-touch-icon-120x120.png index 601baa98..4b7bb961 100644 Binary files a/dev/apple-touch-icon-120x120.png and b/dev/apple-touch-icon-120x120.png differ diff --git a/dev/apple-touch-icon-152x152.png b/dev/apple-touch-icon-152x152.png index f7a38269..62a4d6f7 100644 Binary files a/dev/apple-touch-icon-152x152.png and b/dev/apple-touch-icon-152x152.png differ diff --git a/dev/apple-touch-icon-180x180.png b/dev/apple-touch-icon-180x180.png index 81f783af..2b0611ff 100644 Binary files a/dev/apple-touch-icon-180x180.png and b/dev/apple-touch-icon-180x180.png differ diff --git a/dev/apple-touch-icon-60x60.png b/dev/apple-touch-icon-60x60.png index e2a1be52..0dd30452 100644 Binary files a/dev/apple-touch-icon-60x60.png and b/dev/apple-touch-icon-60x60.png differ diff --git a/dev/apple-touch-icon-76x76.png b/dev/apple-touch-icon-76x76.png index b631ab24..6e7edc90 100644 Binary files a/dev/apple-touch-icon-76x76.png and b/dev/apple-touch-icon-76x76.png differ diff --git a/dev/apple-touch-icon.png b/dev/apple-touch-icon.png index da1c2294..b68a7a9e 100644 Binary files a/dev/apple-touch-icon.png and b/dev/apple-touch-icon.png differ diff --git a/dev/articles/vroom.html b/dev/articles/vroom.html index 7c82b682..bd46f1e0 100644 --- a/dev/articles/vroom.html +++ b/dev/articles/vroom.html @@ -271,7 +271,7 @@

Reading compressed files
-

Reading individual files from multiple multi-file zip archives +

Reading individual files from a multi-file zip archive

If you are reading a zip file that contains multiple files with the same format, you can read a subset of the files at once like so:

diff --git a/dev/favicon-16x16.png b/dev/favicon-16x16.png index 48d5e2b1..85c581ee 100644 Binary files a/dev/favicon-16x16.png and b/dev/favicon-16x16.png differ diff --git a/dev/favicon-32x32.png b/dev/favicon-32x32.png index d0c54c4c..e9fc545d 100644 Binary files a/dev/favicon-32x32.png and b/dev/favicon-32x32.png differ diff --git a/dev/pkgdown.yml b/dev/pkgdown.yml index ea4a7b2c..a0841c9d 100644 --- a/dev/pkgdown.yml +++ b/dev/pkgdown.yml @@ -4,7 +4,7 @@ pkgdown_sha: ~ articles: benchmarks: benchmarks.html vroom: vroom.html -last_built: 2023-10-03T18:57Z +last_built: 2023-10-07T00:20Z urls: reference: https://vroom.r-lib.org/reference article: https://vroom.r-lib.org/articles diff --git a/dev/reference/gen_tbl.html b/dev/reference/gen_tbl.html index 269b3c89..284db370 100644 --- a/dev/reference/gen_tbl.html +++ b/dev/reference/gen_tbl.html @@ -145,35 +145,35 @@

Examplesrand_tbl <- gen_tbl(10, 5) rand_tbl #> # A tibble: 10 × 5 -#> X1 X2 X3 X4 X5 -#> <dbl> <int> <date> <int> <fct> -#> 1 -0.00946 1115069201 2001-03-17 1421568600 juicy_zebu -#> 2 0.112 366554076 2018-05-04 228091908 scrawny_boar -#> 3 -1.13 1032499158 2008-12-01 2134710434 tiny_lizard -#> 4 -1.33 2038749274 2013-08-29 1601056660 creepy_beaver -#> 5 -0.873 279306764 2018-03-26 608016324 creepy_beaver -#> 6 -0.170 1202408384 2016-04-16 1207092394 tiny_lizard -#> 7 1.48 1782692953 2017-09-07 1835354706 tiny_lizard -#> 8 0.991 786995690 2013-06-19 1788687488 important_eland -#> 9 -1.22 1929806311 2003-04-23 211051866 curly_skunk -#> 10 -0.159 2125020860 2007-01-02 1747768941 creepy_beaver +#> X1 X2 X3 X4 X5 +#> <dttm> <int> <date> <int> <dbl> +#> 1 2017-02-05 12:38:50 526236618 2012-12-08 777325711 -0.0898 +#> 2 2015-01-24 22:29:57 1157795327 2013-03-15 731716758 0.209 +#> 3 2012-12-16 09:47:33 292317808 2019-10-27 1429411130 1.59 +#> 4 2018-07-02 06:29:04 1731649416 2017-10-09 1883901889 -0.145 +#> 5 2018-09-02 18:17:10 1925784149 2006-08-19 1474532991 0.275 +#> 6 2011-06-20 00:45:29 243963261 2020-12-30 524120784 0.421 +#> 7 2003-02-05 20:44:06 584043866 2018-06-01 568151673 0.322 +#> 8 2017-04-23 22:02:39 857390808 2002-10-03 2030341416 0.991 +#> 9 2004-03-09 22:59:50 788208195 2006-10-19 146246033 -0.230 +#> 10 2002-05-01 05:50:38 1208969607 2013-04-08 1959401343 0.216 # all double 25 x 4 table dbl_tbl <- gen_tbl(25, 4, col_types = "dddd") dbl_tbl #> # A tibble: 25 × 4 -#> X1 X2 X3 X4 -#> <dbl> <dbl> <dbl> <dbl> -#> 1 1.28 -0.969 0.969 0.308 -#> 2 0.803 -1.70 -0.840 0.316 -#> 3 -1.23 -2.02 -0.772 -0.695 -#> 4 -0.555 0.336 0.290 -0.548 -#> 5 -1.21 0.937 -0.480 -1.87 -#> 6 0.890 -0.144 0.166 1.13 -#> 7 2.62 -0.480 -0.00428 -0.734 -#> 8 -0.461 -0.585 0.552 1.47 -#> 9 -0.0212 -1.26 1.55 0.771 -#> 10 2.62 0.640 1.74 0.00776 +#> X1 X2 X3 X4 +#> <dbl> <dbl> <dbl> <dbl> +#> 1 -0.0508 -0.583 -0.101 -0.450 +#> 2 -1.58 0.0812 0.513 0.999 +#> 3 -2.47 -1.21 -1.61 -0.785 +#> 4 -0.639 0.501 -0.0722 1.81 +#> 5 -1.76 -0.807 0.807 -1.46 +#> 6 3.11 0.368 -0.462 0.153 +#> 7 -1.14 -0.367 -1.04 -1.18 +#> 8 -1.19 0.777 -0.987 -1.55 +#> 9 -0.407 0.580 0.229 -0.303 +#> 10 -0.707 0.914 -0.255 1.27 #> # ℹ 15 more rows # Use the dots in long form column types to change the random function and options @@ -194,18 +194,18 @@

Examplesdbl_tbl2 <- gen_tbl(25, 4, col_types = types) dbl_tbl2 #> # A tibble: 25 × 4 -#> X1 X2 X3 X4 -#> <dbl> <dbl> <dbl> <dbl> -#> 1 22.7 10.6 -3.89 14.3 -#> 2 20.7 10.2 13.3 25.0 -#> 3 -3.74 -0.140 -8.93 -8.87 -#> 4 -0.0184 12.8 -0.975 -5.86 -#> 5 12.6 12.9 -6.19 15.0 -#> 6 -9.72 18.2 20.6 21.4 -#> 7 21.5 4.87 9.62 16.3 -#> 8 13.8 22.6 4.22 17.1 -#> 9 -7.88 -1.69 7.03 22.0 -#> 10 -4.57 6.60 12.6 20.9 +#> X1 X2 X3 X4 +#> <dbl> <dbl> <dbl> <dbl> +#> 1 12.8 -3.92 4.48 7.18 +#> 2 -2.20 6.11 -2.16 -6.63 +#> 3 17.5 2.15 18.7 -7.70 +#> 4 3.35 12.9 18.0 19.4 +#> 5 6.65 -5.65 18.5 20.0 +#> 6 -4.28 7.74 15.5 10.0 +#> 7 20.9 -1.44 8.48 -2.83 +#> 8 23.8 17.3 -5.62 14.8 +#> 9 -7.48 6.33 13.6 18.3 +#> 10 24.5 20.8 11.4 22.3 #> # ℹ 15 more rows

diff --git a/dev/reference/generators.html b/dev/reference/generators.html index 468c4936..6cf9388f 100644 --- a/dev/reference/generators.html +++ b/dev/reference/generators.html @@ -156,35 +156,35 @@

ArgumentsExamples

# characters
 gen_character(4)
-#> [1] "4g7bE1xrzZg5"            "Kbi8R"                  
-#> [3] "Dju1rMJONECpn8EbREHZqwZ" "yA6Kcg24KK1T"           
+#> [1] "9DufB5zD3Kq66dnMleRkRo83x" "Lh4Gpdozz"                
+#> [3] "csNXa33DaIm1ut3Sntd9t"     "MNaLxFmMehcrQjWCdjPvR3"   
 
 # factors
 gen_factor(4)
-#> [1] creepy_steer modern_newt  creepy_steer modern_newt 
-#> 12 Levels: gentle_pronghorn public_mustang young_impala ... plain_hyena
+#> [1] cooing_eland    right_kitten    white_porcupine cuddly_mustang 
+#> 5 Levels: white_porcupine cooing_eland right_kitten ... voiceless_lemur
 
 # logical
 gen_logical(4)
-#> [1]  TRUE  TRUE  TRUE FALSE
+#> [1] FALSE  TRUE  TRUE  TRUE
 
 # numbers
 gen_double(4)
-#> [1]  1.9927229  1.0633194 -0.5316986  0.3277776
+#> [1]  0.3625361 -0.8927616  1.9790984  1.7455847
 gen_integer(4)
-#> [1] 1339680872  492077022 1516035364 1498204758
+#> [1] 1895960537 2106100681 2083141643  845679200
 
 # temporal data
 gen_time(4)
-#> 14:12:37
-#> 20:00:21
-#> 22:14:28
-#> 12:03:39
+#> 22:34:57
+#> 08:01:23
+#> 17:46:07
+#> 23:22:25
 gen_date(4)
-#> [1] "2006-08-28" "2012-03-23" "2017-10-14" "2007-12-01"
+#> [1] "2017-07-25" "2020-03-18" "2009-03-09" "2004-02-07"
 gen_datetime(4)
-#> [1] "2001-01-15 16:09:58 UTC" "2007-05-16 08:06:34 UTC"
-#> [3] "2009-01-04 03:40:38 UTC" "2012-04-22 19:36:03 UTC"
+#> [1] "2017-04-16 01:17:12 UTC" "2020-04-09 02:57:00 UTC"
+#> [3] "2020-11-10 09:20:18 UTC" "2012-02-21 11:44:35 UTC"