flatxml - Tools for Working with XML Files as R Dataframes
On import, the XML information is converted to a dataframe that reflects the hierarchical XML structure. Intuitive functions allow to navigate within this transparent XML data structure (without any knowledge of 'XPath'). 'flatXML' also provides tools to extract data from the XML into a flat dataframe that can be used to perform statistical operations. It also supports converting dataframes to XML.
Last updated
dataframexml
5.08 score 23 stars 1 dependents 35 scripts 300 downloadsdebugr - Debug Tool to Watch Objects/Expressions While Running an R Script
Tool to print out the value of R objects/expressions while running an R script. Outputs can be made dependent on user-defined conditions/criteria. Debug messages only appear when a global option for debugging is set. This way, 'debugr' code can even remain in the debugged code for later use without any negative effects during normal runtime.
Last updated
debuggerdebuggingdebugging-tool
5.04 score 17 stars 13 scripts 253 downloads
shinyfilter - Use Interdependent Filters on Table Columns in Shiny Apps
Allows to connect 'selectizeInputs' widgets as filters to a 'reactable' table. As known from spreadsheet applications, column filters are interdependent, so each filter only shows the values that are really available at the moment based on the current selection in other filters. Filter values currently not available (and also those being available) can be shown via popovers or tooltips.
Last updated
4.13 score 17 stars 16 scripts 226 downloadsxplain - Providing Interactive Interpretations and Explanations of Statistical Results
Allows to provide live interpretations and explanations of statistical functions in R. These interpretations and explanations are shown when the explained function is called by the user. They can interact with the values of the explained function's actual results to offer relevant, meaningful insights. The 'xplain' interpretations and explanations are based on an easy-to-use XML format that allows to include R code to interact with the returns of the explained function.
Last updated
learningteachingteaching-tool
4.08 score 24 stars 4 scripts 239 downloadsxmlconvert - Comfortably Converting XML Documents to Dataframes and Vice Versa
Converts XML documents to R dataframes and dataframes to XML documents. A wide variety of options allows for different XML formats and flexible control of the conversion process. Results can be exported to CSV and Excel, if desired. Also converts XML data to R lists.
Last updated
conversiondataframexmlxml-serialization
4.00 score 20 stars 10 scripts 404 downloadspointr - Working Comfortably with Pointers and Shortcuts to R Objects
R has no built-in pointer functionality. The 'pointr' package fills this gap and lets you create pointers to R objects, including subsets of dataframes. This makes your R code more readable and maintainable.
Last updated
pointersr-langr-language
3.96 score 8 stars 23 scripts 311 downloadsquantification - Quantification of Qualitative Survey Data
Provides different functions for quantifying qualitative survey data. It supports the Carlson-Parkin method, the regression approach, the balance approach and the conditional expectations method.
Last updated
carlson-parkinquantificationsurveysurvey-analysissurvey-data
3.90 score 4 stars 4 scripts 210 downloadsxml2relational - Converting XML Documents into Relational Data Models
Import an XML document with nested object structures and convert it into a relational data model. The result is a set of R dataframes with foreign key relationships. The data model and the data can be exported as SQL code of different SQL flavors.
Last updated
relational-databaserelational-modelsqlxmlxml-serialization
3.74 score 11 stars 5 scripts 176 downloadstagr - Tagging and Organizing Objects in R
Provides functions for attaching tags to R objects, searching for objects based on tags, and removing tags from objects. It also includes a function for removing all tags from an object, as well as a function for deleting all objects with a specific tag from the R environment. The package is useful for organizing and managing large collections of objects in R.
Last updated
3.30 score 4 stars 8 scripts 167 downloadstypehint - Automatically Check the Data Type, Number and Size of Dimensions, and Values of Function Arguments
Type hints are special comments within a function body indicating the intended nature of the function's arguments in terms of data types, dimensions and permitted values. The actual parameters with which the function is called are evaluated against these type hint comments at run-time.
Last updated
3.30 score 4 stars 1 scripts 625 downloadsswitchcase - A Simple and Flexible Switch-Case Construct for the 'R' Language
Provides a switch-case construct for 'R', as it is known from other programming languages. It allows to test multiple, similar conditions in an efficient, easy-to-read manner, so nested if-else constructs can be avoided. The switch-case construct is designed as an 'R' function that allows to return values depending on which condition is met and lets the programmer flexibly decide whether or not to leave the switch-case construct after a case block has been executed.
Last updated
r-langr-languageswitch-case-construct
3.18 score 3 stars 2 scripts 149 downloadsrefreshr - Work with Refreshable Datasets that Update their Data Automatically
Connects dataframes/tables with a remote data source. Raw data downloaded from the data source can be further processed and transformed using data preparation code that is also baked into the dataframe/table. Refreshable dataframes can be shared easily (e.g. as R data files). Their users do not need to care about the inner workings of the data update mechanisms.
Last updated
3.00 score 2 stars 1 scripts 179 downloads