Package: fixr 0.1.0

fixr: Fixing Data Made Easy for Statistical Analysis

Primarily created as an easy way to do basic data manipulations for statistical analysis.

Authors:Ambu Vijayan [aut, cre], J. Sreekumar [aut]

fixr_0.1.0.tar.gz
fixr_0.1.0.zip(r-4.5)fixr_0.1.0.zip(r-4.4)fixr_0.1.0.zip(r-4.3)
fixr_0.1.0.tgz(r-4.4-any)fixr_0.1.0.tgz(r-4.3-any)
fixr_0.1.0.tar.gz(r-4.5-noble)fixr_0.1.0.tar.gz(r-4.4-noble)
fixr_0.1.0.tgz(r-4.4-emscripten)fixr_0.1.0.tgz(r-4.3-emscripten)
fixr.pdf |fixr.html
fixr/json (API)
NEWS

# Install 'fixr' in R:
install.packages('fixr', repos = c('https://ambuvjyn.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/ambuvjyn/fixr/issues

On CRAN:

27 exports 0.63 score 13 dependencies 238 downloads

Last updated 1 years agofrom:e244e7f3b5. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 12 2024
R-4.5-winOKSep 12 2024
R-4.5-linuxOKSep 12 2024
R-4.4-winOKSep 12 2024
R-4.4-macOKSep 12 2024
R-4.3-winOKSep 12 2024
R-4.3-macOKSep 12 2024

Exports:check_data_consistencycheck_data_distributioncheck_data_qualitycheck_data_reliabilitycheck_data_structurecheck_for_negative_valuescheck_missing_valuescheck_outlierscheck_sample_sizefind_duplicate_colsfind_duplicate_rowsfind.packagesfind.packages_pathfix_blanks_with_nafix_col_spacesfix_column_namesfix_data_namesfix_duplicate_colsfix_duplicate_rowsfix_missing_alphanumeric_valuesfix_missing_numeric_valuesfix_outliersfix_row_namesfix_row_spacesfix_special_characters_in_datafix_special_characters_in_namesfix.data

Dependencies:askpassbitopsclicurlhttrjsonlitemimeopensslR6RCurlrlangsysxml2

fixr

Rendered fromfixr.Rmdusingknitr::rmarkdownon Sep 12 2024.

Last update: 2023-04-15
Started: 2023-04-15

Readme and manuals

Help Manual

Help pageTopics
Check Data Consistency Between Two Data Framescheck_data_consistency
Check the data distribution of a data framecheck_data_distribution
Check Data Qualitycheck_data_quality
Check inter-rater or test-retest reliability between numeric columnscheck_data_reliability
Check the structure of the datacheck_data_structure
Check if a data frame contains negative values.check_for_negative_values
Check for Missing Values in Data Framecheck_missing_values
Check for Outliers or Extreme Values in Datacheck_outliers
Check if sample size is adequatecheck_sample_size
Find Duplicate Columnsfind_duplicate_cols
Find duplicate rows in a data framefind_duplicate_rows
Find R packages that can import a file formatfind.packages
Find the R Packages to Import a File Formatfind.packages_path
Replace blanks with NA in a data framefix_blanks_with_na
Replace spaces in column names with underscoresfix_col_spaces
Fix Column Namesfix_column_names
Fix row and column names of a data framefix_data_names
Remove duplicate columns from a data framefix_duplicate_cols
Remove duplicate rows from a data framefix_duplicate_rows
Fill missing values in alphanumeric columnsfix_missing_alphanumeric_values
fill_missing_numeric_valuesfix_missing_numeric_values
Remove Outliers from a Data Framefix_outliers
Fix row names of a data framefix_row_names
Replace spaces in row names with underscoresfix_row_spaces
Remove Non-Alphanumeric Characters from Data Framefix_special_characters_in_data
Remove Special Characters from Data Frame Column and Row Namesfix_special_characters_in_names
Fix data frame column and row names and remove symbols and blanksfix.data