Skip to content

Commit

Permalink
Initial separation of tabyl
Browse files Browse the repository at this point in the history
  • Loading branch information
billdenney committed Dec 19, 2024
1 parent 7eaa06d commit e22bf71
Show file tree
Hide file tree
Showing 47 changed files with 3 additions and 5,555 deletions.
7 changes: 1 addition & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ Authors@R: c(
person("Josep", family = "Pueyo-Ros", email = "[email protected]", role = "ctb")
)
Description: The main janitor functions can: perfectly format data.frame
column names; provide quick counts of variable combinations (i.e.,
frequency tables and crosstabs); and explore duplicate records. Other
janitor functions nicely format the tabulation results. These
tabulate-and-report functions approximate popular features of SPSS and
Microsoft Excel. This package follows the principles of the
column names and explore duplicate records. This package follows the principles of the
"tidyverse" and works well with the pipe function %>%. janitor was
built with beginning-to-intermediate R users in mind and is optimized
for user-friendliness.
Expand Down Expand Up @@ -50,7 +46,6 @@ Suggests:
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
23 changes: 0 additions & 23 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Generated by roxygen2: do not edit by hand

S3method(chisq.test,default)
S3method(chisq.test,tabyl)
S3method(clean_names,default)
S3method(clean_names,sf)
S3method(clean_names,tbl_graph)
Expand All @@ -13,35 +11,17 @@ S3method(excel_time_to_numeric,POSIXlt)
S3method(excel_time_to_numeric,character)
S3method(excel_time_to_numeric,logical)
S3method(excel_time_to_numeric,numeric)
S3method(fisher.test,default)
S3method(fisher.test,tabyl)
S3method(print,tabyl)
S3method(tabyl,data.frame)
S3method(tabyl,default)
export("%>%")
export(add_totals_col)
export(add_totals_row)
export(adorn_crosstab)
export(adorn_ns)
export(adorn_pct_formatting)
export(adorn_percentages)
export(adorn_rounding)
export(adorn_title)
export(adorn_totals)
export(as_tabyl)
export(chisq.test)
export(clean_names)
export(compare_df_cols)
export(compare_df_cols_same)
export(convert_to_NA)
export(convert_to_date)
export(convert_to_datetime)
export(crosstab)
export(describe_class)
export(excel_numeric_to_date)
export(excel_time_to_numeric)
export(find_header)
export(fisher.test)
export(get_dupes)
export(get_one_to_one)
export(make_clean_names)
Expand All @@ -56,9 +36,6 @@ export(row_to_names)
export(sas_numeric_to_date)
export(signif_half_up)
export(single_value)
export(tabyl)
export(top_levels)
export(untabyl)
export(use_first_valid_of)
importFrom(lubridate,as_date)
importFrom(lubridate,as_datetime)
Expand Down
164 changes: 0 additions & 164 deletions R/adorn_ns.R

This file was deleted.

104 changes: 0 additions & 104 deletions R/adorn_pct_formatting.R

This file was deleted.

Loading

0 comments on commit e22bf71

Please sign in to comment.