Package: splutil 2022.6.20

splutil: Utility Functions for Common Base-R Problems Relating to Lists

Utility functions that help with common base-R problems relating to lists. Lists in base-R are very flexible. This package provides functions to quickly and easily characterize types of lists. That is, to identify if all elements in a list are null, data.frames, lists, or fully named lists. Other functionality is provided for the handling of lists, such as the easy splitting of lists into equally sized groups, and the unnesting of data.frames within fully named lists.

Authors:Richard Aubrey White [aut, cre], Folkehelseinstituttet [cph]

splutil_2022.6.20.tar.gz
splutil_2022.6.20.zip(r-4.5)splutil_2022.6.20.zip(r-4.4)splutil_2022.6.20.zip(r-4.3)
splutil_2022.6.20.tgz(r-4.4-any)splutil_2022.6.20.tgz(r-4.3-any)
splutil_2022.6.20.tar.gz(r-4.5-noble)splutil_2022.6.20.tar.gz(r-4.4-noble)
splutil_2022.6.20.tgz(r-4.4-emscripten)splutil_2022.6.20.tgz(r-4.3-emscripten)
splutil.pdf |splutil.html
splutil/json (API)
NEWS

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

Peer review:

Bug tracker:https://github.com/sykdomspulsen-org/splutil/issues

On CRAN:

6 exports 0.00 score 29 dependencies 884 downloads

Last updated 2 years agofrom:36475683e4. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 20 2024
R-4.5-winOKAug 20 2024
R-4.5-linuxOKAug 20 2024
R-4.4-winOKAug 20 2024
R-4.4-macOKAug 20 2024
R-4.3-winOKAug 20 2024
R-4.3-macOKAug 20 2024

Exports:easy_splitis_all_list_elements_null_or_dfis_all_list_elements_null_or_fully_named_listis_all_list_elements_null_or_listis_fully_named_listunnest_dfs_within_list_of_fully_named_lists

Dependencies:clicolorspacedata.tablefansifarverggplot2gluegtableisobandlabelinglatticelifecyclemagrittrMASSMatrixmgcvmunsellnlmepillarpkgconfigR6RColorBrewerrlangscalestibbleutf8vctrsviridisLitewithr

Introduction to splutil

Rendered fromsplutil.Rmdusingknitr::rmarkdownon Aug 20 2024.

Last update: 2022-06-22
Started: 2022-06-22

Readme and manuals

Help Manual

Help pageTopics
Split a vector into a list of vectorseasy_split
Are all elements in a list null or data.frames?is_all_list_elements_null_or_df
Are all elements in a list null or fully named lists?is_all_list_elements_null_or_fully_named_list
Are all elements in a list null or lists?is_all_list_elements_null_or_list
Is this a fully named list?is_fully_named_list
Unnest data.frames within fully named listunnest_dfs_within_list_of_fully_named_lists