Line chart function not available after installing the package
cmg777 opened this issue · 1 comments
cmg777 commented
thomas-neitmann commented
Please install the latest version from GitHub by running
if (!"remotes" %in% installed.packages()) {
install.packages("remotes")
}
remotes::install_github("thomas-neitmann/ggcharts", upgrade = "never")
Then line_chart()
should be available to you.