README.md

visachartR

This package wraps @visa/charts web components for use in R, leveraging the htmlwidgets R package. You can find visachartR on CRAN, installation steps provided below.

Installation Steps

Components with Ready status in this bundle

# Use VCC as R functions

Step 1: Install install.packages("visachartR")

Step 2: Use component as any other R function

library(visachartR)

bar_chart(BOD, ordinalAccessor="Time", valueAccessor="demand")

scatter_plot(mtcars[order(mtcars$cyl),], "wt", "mpg", "cyl")


Try the visachartR package in your browser

Any scripts or data that you put into this service are public.

visachartR documentation built on April 12, 2025, 1:17 a.m.