Thanks to visit codestin.com
Credit goes to github.com

Skip to content

❗ This is a read-only mirror of the CRAN R package repository. visachartR — Wrapper for 'Visa Chart Components'. Homepage: https://github.com/visa/visa-chart-components/tree/master/packages/charts-R Report bugs for this package: https://github.com/visa/visa-chart-components/issues

License

Notifications You must be signed in to change notification settings

cran/visachartR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • CRAN Version
    $ install.packages("visachartR")
    
  • Development version:
    $ remotes::install_github("visa/visa-chart-components/packages/charts-R")
    

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")

About

❗ This is a read-only mirror of the CRAN R package repository. visachartR — Wrapper for 'Visa Chart Components'. Homepage: https://github.com/visa/visa-chart-components/tree/master/packages/charts-R Report bugs for this package: https://github.com/visa/visa-chart-components/issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published