Skip to contents

Rtoolset is a miscellaneous tool set for R programming and data analysis, providing utility functions for:

and more to come…

Rtoolset logo

Installation

You can install Rtoolset from GitHub with:

# Using pak (recommended)
install.packages("pak")
pak::pak("wbvguo/Rtoolset")

# Or using remotes
install.packages("remotes")
remotes::install_github("wbvguo/Rtoolset")

Quick Start

library(Rtoolset)

# Example: Create animated Christmas trees
draw_xmas_tree_gif_panel()

Xmas panel

Documentation

  1. Full Documentation - Browse all functions and articles (currently under construction)

  2. Vignettes - Detailed tutorials (available after installation):

    browseVignettes("Rtoolset")
  3. For function reference, use standard R help:

    ?closestMatch