Save risk-of-bias plots to a file using sensible parameters
rob_save(
rob_object,
file = "rob_figure.png",
height = "default",
width = "default",
dpi = 800
)
Object created using either rob_summary() or rob_traffic_light()
Destination file, with extension (e.g. "rob_figure.png")
Height of resulting image, in inches. Defaults to "default" which uses recommended values based on the number of studies included.
Width of resulting image, in inches. Defaults to "default" which uses recommended values based on the number of characters in the Study and Domain names. dpi
Plot resolution.
Other helper:
rob_append_weights()
,
rob_dummy()
,
rob_tools()