chart_csid: Chart dementia screen (CSID) indicators

View source: R/09-chart.R

chart_csidR Documentation

Chart dementia screen (CSID) indicators

Description

Chart dementia screen (CSID) indicators

Usage

chart_csid(
  x,
  save_chart = TRUE,
  filename = paste(tempdir(), "chart", sep = "/")
)

Arguments

x

Indicators dataset produced by create_op_all

save_chart

Logical. Should chart be saved? Default is TRUE.

filename

Prefix to add to output chart filename or a directory path to save output to instead of working directory. Defaults to a path to a temporary directory and a filename starting with chart. Ignored if save_chart is FALSE.

Value

Bar plot of CSID in PNG format saved in current working directory or in a specified directory if filename is a path unless when save_chart is FALSE in which case chart is shown in current graphic device.

Examples

  # Create chart using indicators.ALL dataset
  chart_csid(x = indicators.ALL)


validmeasures/ramOP documentation built on April 18, 2024, 1:04 a.m.