Package: dataCompare 1.0.0
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.0.tar.gz
dataCompare_1.0.0.zip(r-4.5)dataCompare_1.0.0.zip(r-4.4)dataCompare_1.0.0.zip(r-4.3)
dataCompare_1.0.0.tgz(r-4.4-any)dataCompare_1.0.0.tgz(r-4.3-any)
dataCompare_1.0.0.tar.gz(r-4.5-noble)dataCompare_1.0.0.tar.gz(r-4.4-noble)
dataCompare_1.0.0.tgz(r-4.4-emscripten)dataCompare_1.0.0.tgz(r-4.3-emscripten)
dataCompare.pdf |dataCompare.html✨
dataCompare/json (API)
# 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 23 hours agofrom:3d5b69d660. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 29 2024 |
R-4.5-win | OK | Oct 29 2024 |
R-4.5-linux | OK | Oct 29 2024 |
R-4.4-win | OK | Oct 29 2024 |
R-4.4-mac | OK | Oct 29 2024 |
R-4.3-win | OK | Oct 29 2024 |
R-4.3-mac | OK | Oct 29 2024 |
Exports:%>%compare_data_frame_objectdata_table_formattergolem_add_external_resourcesrun_data_compare_appsame_variablesskim_charskim_num
Dependencies:arsenalaskpassattemptbase64encbitbit64brewbriobslibcachemcallrclicliprcommonmarkconfigcpp11crayoncredentialscrosstalkcurldata.tabledescdevtoolsdiffobjdigestdownlitdplyrDTellipsisevaluatefansifastmapfontawesomefreshfsgenericsgertghgitcredsgluegolemherehighrhmshtmltoolshtmlwidgetshttpuvhttrhttr2inijquerylibjsonliteknitrlaterlazyevallifecyclelubridatemagrittrmemoisemimeminiUIopensslpillarpinspkgbuildpkgconfigpkgdownpkgloadpraiseprettyunitsprocessxprofvisprogresspromisespspurrrR6raggrappdirsrcmdcheckRcpprematch2remotesreprrlangrmarkdownroxygen2rprojrootrstudioapirversionssasssessioninfoshinyshinydashboardshinydashboardPlusshinyjsshinyWidgetsskimrsourcetoolsstringistringrsyssystemfontstestthattextshapingtibbletidyrtidyselecttimechangetinytextzdburlcheckerusethisutf8vctrsvroomwaiterwaldowhiskerwithrxfunxml2xopenxtableyamlzip
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Function which perform the comparison of dataframe | compare_data_frame_object |
Datatable formatter, to print on the screen | data_table_formatter |
Add external Resources to the Application | golem_add_external_resources |
mod_comp_desc_ui and mod_comp_desc_server | mod_comp_desc_ui |
mod_comp_details_ui and mod_comp_details_server | mod_comp_details_ui |
mod_intro_ui and mod_intro_server | mod_intro_ui |
mod_load_data_ui and mod_load_data_server | mod_load_data_ui |
read data loaded from an input file | read_loaded_df |
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 |