Deploying to gh-pages from @ agdamsbo/REDCapCAST@ce6bda19bb 🚀

This commit is contained in:
agdamsbo 2026-01-28 21:50:53 +00:00
commit 27a17149cb
15 changed files with 36 additions and 20 deletions

View file

@ -25,4 +25,6 @@ vector or data frame, same format as input
``` r
"Research!, ne:ws? and c;l-.ls" |> clean_redcap_name()
#> [1] "research_news_and_clls"
"8_new_TEST_" |> clean_redcap_name()
#> [1] "8_new_test"
```