A collection of 'sweet' 🍭 'magical' 🪄 R tools
A growing collection of 'sweet' 🍭 'magical' 🪄 R tools. Many of the tools have been developed to assist in development environment situations. It’s pretty much my miscellaneous R package 📦 but with a cool HP 🧙️ inspired name👍
At the moment this package contains the following functions:
envobj
prints a ANSI coloured table listing all objects in the current environment and their details, such as object type and dimensions. Useful for when working outside RStudio on a remote server via a ssh terminal
Installing is simple, you will just need to make sure you have the remotes package from cran installed first.
install.packages("remotes") # if not already installed
remotes::install_github("lpembleton/honeydukes")
This package currently imports functions from the emphatic package by coolbutuseless for the ANSI colour highlighting. If installed following the installation instructions {emphatic} should be automatically installed at the same time.