Skip to content

Commit

Permalink
Fixed README long table issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yashdubey132 committed Jan 8, 2025
1 parent 7f405ab commit 3aea4c0
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 16,521 deletions.
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ For an overview of the variable names, see the following table.
readr::read_csv("data-raw/dictionary.csv") |>
dplyr::filter(file_name == "ploswater.rda") |>
dplyr::select(variable_name:description) |>
head(10) |>
knitr::kable() |>
kableExtra::kable_styling("striped") |>
kableExtra::scroll_box(height = "200px")
Expand Down
Loading

0 comments on commit 3aea4c0

Please sign in to comment.