Package: dataCompare 1.0.4
Sergio Ewane Ebouele
dataCompare: A 'shiny' App to Compare Two Data Frames
A tool developed with the 'Golem' framework which provides an easier way to check cells differences between two data frames. The user provides two data frames for comparison, selects IDs variables identifying each row of input data, then clicks a button to perform the comparison. Several 'R' package functions are used to describe the data and perform the comparison in the server of the application. The main ones are comparedf() from 'arsenal' and skim() from 'skimr'. For more details see the description of comparedf() from the 'arsenal' package and that of skim() from the 'skimr' package.
Authors:
dataCompare_1.0.4.tar.gz
dataCompare_1.0.4.zip(r-4.5)dataCompare_1.0.4.zip(r-4.4)dataCompare_1.0.4.zip(r-4.3)
dataCompare_1.0.4.tgz(r-4.4-any)dataCompare_1.0.4.tgz(r-4.3-any)
dataCompare_1.0.4.tar.gz(r-4.5-noble)dataCompare_1.0.4.tar.gz(r-4.4-noble)
dataCompare_1.0.4.tgz(r-4.4-emscripten)dataCompare_1.0.4.tgz(r-4.3-emscripten)
dataCompare.pdf |dataCompare.html✨
dataCompare/json (API)
NEWS
# Install 'dataCompare' in R: |
install.packages('dataCompare', repos = c('https://seewe.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/seewe/datacompare/issues
Last updated 14 hours agofrom:2053941805. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 22 2024 |
R-4.5-win | OK | Nov 22 2024 |
R-4.5-linux | OK | Nov 22 2024 |
R-4.4-win | OK | Nov 22 2024 |
R-4.4-mac | OK | Nov 22 2024 |
R-4.3-win | OK | Nov 22 2024 |
R-4.3-mac | OK | Nov 22 2024 |
Exports:%>%compare_data_frame_objectcompare_data_frame_object_reportdata_table_formatterrun_data_compare_appsame_variablesskim_charskim_num
Dependencies:arsenalaskpassattemptbase64encbrewbriobslibcachemcallrclicliprcolorspacecommonmarkconfigcpp11crayoncredentialscrosstalkcurldata.tabledescdevtoolsdiffobjdigestdownlitdplyrDTellipsisevaluateexplorefansifarverfastmapfontawesomeforcatsfreshfsgenericsgertggplot2ghgitcredsgluegolemgridExtragtableherehighrhtmltoolshtmlwidgetshttpuvhttrhttr2iniisobandjquerylibjsonliteknitrlabelinglaterlatticelazyevallifecyclemagrittrMASSMatrixmemoisemgcvmimeminiUImunsellnlmeopensslpalmerpenguinspillarpkgbuildpkgconfigpkgdownpkgloadplotlypraiseprettyunitsprocessxprofvispromisespspurrrR6raggrappdirsrcmdcheckRColorBrewerRcppremotesreprrlangrmarkdownroxygen2rpartrpart.plotrprojrootrstudioapirversionssassscalessessioninfoshinyshinycssloadersshinydashboardshinydashboardPlusshinyWidgetsskimrsourcetoolsstringistringrsyssystemfontstestthattextshapingtibbletidyrtidyselecttinytexurlcheckerusethisutf8vctrsviridisLitewaiterwaldowhiskerwithrxfunxml2xopenxtableyamlzip
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Function which perform the comparison of dataframe | compare_data_frame_object |
run the rmarkdown report of the data comparison and save it in an external directory | compare_data_frame_object_report |
Datatable formatter, to print on the screen | data_table_formatter |
Run the dataCompare Shiny Application | run_data_compare_app |
Detect common variables in two dataset | same_variables |
Skim a dataset and return only characters variables characteristics | skim_char |
Skim a dataset and return only numeric variables characteristics | skim_num |