Description Usage Arguments Details Value Author(s) Examples
View source: R/query_dss_tables.R
Get data from the smsdss.pract_dim_v view in DSS
1 | pract_dim_v_query(.name)
|
.name |
Can be null in order to return all providers |
Requires a connection to DSS
Uses the db_connect()
function
Data comes back sorted in order of Name
A tibble of provider ID Numbers, Names, Med Staff Department, and Specialty
Steven P. Sanderson II
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")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.