render_report: Render Report

Description Usage Arguments

View source: R/render_report.R

Description

Render Report

Usage

1
render_report(output = NULL, prams = "ask")

Arguments

output

an output file path

prams

a string "ask", which will launch an interactive window to enter database connection details, or a list that contains these details:

  • driver: string, can be any of: "PostgreSQL", "ODBC", or "SQLite"

  • host: string, host name

  • port: integer, port number

  • dbname: string, database name

  • schema: string, database target schema

  • user: string, database username

  • password: string, database user password

  • local_hospital: string, local hospital


DocEd/d.inspectEHR documentation built on Aug. 24, 2020, 1:44 p.m.