Skip to content

Commit 502788f

Browse files
Add missing pipes to create_tables_doc()
1 parent 38a4c85 commit 502788f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

R/create_tables_doc.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ load(file.path(tables_dir, '", stringr::str_remove(tab, "_split"), "'))\n
265265
" ) |>\n",
266266
" gt::cols_width(\n",
267267
" everything() ~ pct(20)\n",
268-
" ) \n",
268+
" ) |> \n",
269269
" gt::gt_split(row_every_n = ", max_rows, ") |>\n",
270270
" gt::grp_pull(", i, ")\n"
271271
),
@@ -434,7 +434,7 @@ load(file.path(tables_dir, '", stringr::str_remove(tab, "_split"), "'))\n
434434
" ) |>\n",
435435
" gt::cols_width(\n",
436436
" everything() ~ pct(20)\n",
437-
" ) \n",
437+
" ) |> \n",
438438
" gt::gt_split(row_every_n = ", max_rows, ") |>\n",
439439
" gt::grp_pull(", j, ")\n"
440440
),

0 commit comments

Comments
 (0)