pract_dim_v_query: Get practice dimension view with ID Number and Name

Description Usage Arguments Details Value Author(s) Examples

View source: R/query_dss_tables.R

Description

Get data from the smsdss.pract_dim_v view in DSS

Usage

1

Arguments

.name

Can be null in order to return all providers

Details

Value

A tibble of provider ID Numbers, Names, Med Staff Department, and Specialty

Author(s)

Steven P. Sanderson II

Examples

1
2
3
4
5
6
7
8
9
library(DBI)
library(dplyr)
library(tibble)
library(janitor)
library(data.table)

pract_dim_v_query()

pract_dim_v_query(.name = "Abadi")

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