Skip to content

Commit

Permalink
Add hardcode_*() and assign_*() functions
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiromagno committed Feb 22, 2024
1 parent fd63b37 commit 80d3943
Show file tree
Hide file tree
Showing 17 changed files with 1,109 additions and 178 deletions.
4 changes: 3 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ Imports:
purrr (>= 0.3.3),
rlang (>= 0.4.4),
stringr (>= 1.4.0),
tibble
tibble,
tidyr,
vctrs
Suggests:
knitr,
rmarkdown,
Expand Down
6 changes: 6 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Generated by roxygen2: do not edit by hand

S3method(print,iso8601)
export(assign_ct)
export(assign_no_ct)
export(create_iso8601)
export(ct_map)
export(fmt_cmp)
export(hardcode_ct)
export(hardcode_no_ct)
export(problems)
importFrom(rlang,"%||%")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(stats,na.omit)
importFrom(tibble,tibble)
Loading

0 comments on commit 80d3943

Please sign in to comment.