coded_consults_query: OPPE Coded Consults Query

Description Usage Arguments Details Value Author(s) Examples

View source: R/oppe_consultant_report_functions.R

Description

Get the coded consults for a specified provider using their ID number or resp_pty cd.

Usage

1

Arguments

.resp_pty

The providers six digit ID Number. This should be quoted like '123456'

Details

Value

A tibble

Author(s)

Steven P. Sanderson II, MPH

Examples

1
2
3
4
5
6
7
8
9
library(janitor)
library(dplyr)
library(tibble)
library(DBI)
library(odbc)
library(lubridate)
library(timetk)
library(tidyquant)
coded_consults_query(.resp_pty = '123456')

spsanderson/LICHospitalR documentation built on Jan. 6, 2022, 12:32 a.m.