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.7)splutil_2022.6.20.zip(r-4.6)splutil_2022.6.20.zip(r-4.5)
splutil_2022.6.20.tgz(r-4.6-any)splutil_2022.6.20.tgz(r-4.5-any)
splutil_2022.6.20.tar.gz(r-4.7-any)splutil_2022.6.20.tar.gz(r-4.6-any)
splutil_2022.6.20.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
splutil/json (API)
NEWS

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

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

On CRAN:

Conda:

2.70 score 761 downloads 6 exports 19 dependencies

Last updated from:36475683e4. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK139
source / vignettesOK165
linux-release-x86_64OK172
macos-release-arm64OK130
macos-oldrel-arm64OK271
windows-develOK135
windows-releaseOK130
windows-oldrelOK125
wasm-releaseOK100

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:clicpp11data.tablefarverggplot2gluegtableisobandlabelinglifecyclemagrittrR6RColorBrewerrlangS7scalesvctrsviridisLitewithr

Introduction to splutil

Rendered fromsplutil.Rmdusingknitr::rmarkdownon May 06 2026.

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