Skip to contents

All functions

any_void()
๐Ÿ” any_void(): Check if Any Value is Void (NA / NULL / "")
bio_palette_gallery()
๐ŸŒˆ bio_palette_gallery(): Visualize All Palettes in a Gallery View
check_pkg()
โœ… Check if packages are installed and optionally install them
cols_with_void()
๐Ÿงญ cols_with_void(): Detect Columns Containing Void Values
combine_logic()
๐Ÿงฎ Combine multiple logical vectors with a logical operator
compile_palettes()
๐Ÿ”„ compile_palettes(): Compile JSON palettes into RDS
convert_gene_id()
๐Ÿ”„ convert_gene_id(): Convert gene identifiers using a reference table
create_palette()
๐ŸŽจ create_palette(): Save Custom Color Palettes as JSON
df2list()
๐Ÿ“ฆ Convert Data Frame to Named List by Grouping
download_gene_ref()
๐Ÿงฌ Download gene annotation reference table from Ensembl
download_url()
๐Ÿ“ฅ download_url(): Download a file from URL (supports FTP/HTTP + unzip)
drop_void()
๐Ÿงผ drop_void(): Remove Void Values from a Vector or List
evanverse-package evanverse
evanverse: A Utility Toolkit for Everyday R Development โš™๏ธ๐Ÿ“ฆ
file_info()
๐Ÿ“„ Summarize File Information (size, time, line count)
file_tree()
๐ŸŒฒ Print and Log Directory Tree Structure
get_ext()
๐Ÿงพ Get File Extension(s)
get_palette()
๐ŸŽจ get_palette(): Load Color Palette from RDS
gmt2df()
๐Ÿ“„ Convert GMT File to Long-format Data Frame
gmt2list()
๐Ÿ“„ Convert GMT File to Named List
`%is%`
Strict identity comparison with diagnostics
`%map%`
๐Ÿ” %map%: Case-insensitive mapping returning named vector
`%match%`
๐Ÿ” %match%: Case-insensitive match returning indices
`%nin%`
โŒ %nin%: Not In Operator
`%p%`
Paste two strings with a space
hex2rgb()
๐ŸŽจ Convert HEX color(s) to RGB format
inst_pkg()
๐Ÿ“ฆ Install R Packages from Multiple Sources
is_void()
๐Ÿ•ณ๏ธ is_void(): Check for Null / NA / Blank ("") Values
list_palettes()
๐ŸŽจ list_palettes(): List All Color Palettes from RDS
map_column()
๐Ÿ” map_column(): Map values in a column using named vector or list
pkg_version()
๐Ÿ” pkg_version: Check Installed and Latest Versions of R Packages
plot_pie()
๐Ÿฅง Plot a Clean Pie Chart with Optional Inner Labels
plot_venn()
๐ŸŽจ Draw Venn Diagrams (2โ€“4 sets, classic or gradient style)
preview_palette()
๐Ÿ–ผ preview_palette(): Visualize a Palette from RDS
read_table_flex()
๐Ÿ“„ read_table_flex(): Flexible and fast table reader using data.table::fread
remind()
๐Ÿ“Œ Show usage tips for common R commands
replace_void()
๐Ÿ” replace_void(): Replace Void Values (NA / NULL / "") with a Specified Value
rgb2hex()
๐ŸŽจ Convert RGB values to HEX color codes
rows_with_void()
๐Ÿงญ rows_with_void(): Detect Rows Containing Void Values (NA / NULL / "")
update_pkg()
๐Ÿ”„ Update R Packages from CRAN, GitHub, or Bioconductor
with_timer()
โฑ๏ธ Wrap a function to measure and display execution time