We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prepare_chart
prepareChart
Example 13 on this page https://cran.r-project.org/web/packages/safetyGraphics/vignettes/Cookbook.html need a minor fix in
qtOutliers<-prepare_chart(read_yaml('https://raw.githubusercontent.com/SafetyGraphics/safetyCharts/dev/inst/config/safetyOutlierExplorer.yaml') )
prepare_chart to be renamed to prepareChart
So it looks like
qtOutliers<-prepareChart(read_yaml('https://raw.githubusercontent.com/SafetyGraphics/safetyCharts/dev/inst/config/safetyOutlierExplorer.yaml') )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Example 13 on this page https://cran.r-project.org/web/packages/safetyGraphics/vignettes/Cookbook.html need a minor fix in
prepare_chart
to be renamed toprepareChart
So it looks like
The text was updated successfully, but these errors were encountered: