minor adjustments and bug fixing

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-11-21 11:18:38 +01:00
commit 40d95e41c3
No known key found for this signature in database
14 changed files with 256 additions and 71 deletions

View file

@ -33,9 +33,7 @@ data.frame or tibble
Helper to auto-parse un-formatted data with haven and readr
}
\examples{
\dontrun{
mtcars |>
parse_data() |>
str()
}
}