SafetyGraphics / safetyGraphics

Clinical Trial Safety Graphics with R
https://safetygraphics.github.io/safetyGraphics/
Other
93 stars 24 forks source link

`prepare_chart` to be renamed to `prepareChart` in the Cookbook vignettes #715

Open raheems opened 1 year ago

raheems commented 1 year ago

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