Skip to contents
-
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