Skip to content

Commit 28a975c

Browse files
Deploying to gh-pages from @ 2623bee 🚀
1 parent 9b82a19 commit 28a975c

40 files changed

Lines changed: 140 additions & 131 deletions

404.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CODE_OF_CONDUCT.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE-text.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/linking-providers.html

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/linking-providers.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ x
2727
#>
2828
#> $organization
2929
#> # A tibble: 5 × 16
30-
#> org_name org_dba enid npi multi ccn pac inc_date org_type status
31-
#> <chr> <chr> <chr> <int> <int> <chr> <chr> <date> <chr> <chr>
32-
#> 1 CHAMPLAIN V… THE UN… O201… 1.03e9 0 3302… 2769… 1926-01-01 Corpora… Non-P…
33-
#> 2 ALICE HYDE … THE UN… O202… 1.11e9 0 3313… 4082… 1905-04-13 Corpora… Non-P…
34-
#> 3 CENTRAL VER… NA O200… 1.51e9 0 4700… 9335… 1984-03-01 Corpora… Non-P…
35-
#> 4 UNIVERSITY … UNIVER… O200… 1.57e9 0 4700… 3779… 1995-01-01 Corpora… Non-P…
36-
#> 5 PORTER HOSP… NA O200… 1.74e9 1 4713… 1850… 1986-11-14 Corpora… Non-P…
30+
#> org_name org_dba enid npi multi ccn pac inc_date org_type status
31+
#> <chr> <chr> <chr> <chr> <int> <chr> <chr> <date> <chr> <chr>
32+
#> 1 CHAMPLAIN VA… THE UN… O201… 1033… 0 3302… 2769… 1926-01-01 Corpora… Non-P…
33+
#> 2 ALICE HYDE M… THE UN… O202… 1114… 0 3313… 4082… 1905-04-13 Corpora… Non-P…
34+
#> 3 CENTRAL VERM… NA O200… 1508… 0 4700… 9335… 1984-03-01 Corpora… Non-P…
35+
#> 4 UNIVERSITY O… UNIVER… O200… 1568… 0 4700… 3779… 1995-01-01 Corpora… Non-P…
36+
#> 5 PORTER HOSPI… NA O200… 1740… 1 4713… 1850… 1986-11-14 Corpora… Non-P…
3737
#> # ℹ 6 more variables: address <chr>, city <chr>, state <chr>, zip <chr>,
3838
#> # loc_type <chr>, sub_group <chr>
3939

@@ -91,7 +91,7 @@ hospitals(org_name = x) |> str()
9191
#> $ org_name : chr [1:2] "ELIZABETHTOWN COMMUNITY HOSPITAL" "ELIZABETHTOWN COMMUNITY HOSPITAL"
9292
#> $ org_dba : chr [1:2] NA NA
9393
#> $ enid : chr [1:2] "O20101110000259" "O20220827000145"
94-
#> $ npi : int [1:2] 1891785184 1407061591
94+
#> $ npi : chr [1:2] "1891785184" "1407061591"
9595
#> $ multi : int [1:2] 1 0
9696
#> $ ccn : chr [1:2] "331302" "33Z302"
9797
#> $ pac : chr [1:2] "3577554138" "3577554138"

articles/provider.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

authors.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

authors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ Source:
1010
[`DESCRIPTION`](https://github.com/andrewallenbruce/provider/blob/main/DESCRIPTION)
1111

1212
Bruce AA (2026). *provider: Tidy Healthcare Provider API Interface*. R
13-
package version 0.0.1.9242,
13+
package version 0.0.1.9243,
1414
<https://andrewallenbruce.github.io/provider/>.
1515

1616
@Manual{,
1717
title = {provider: Tidy Healthcare Provider API Interface},
1818
author = {Andrew Allen Bruce},
1919
year = {2026},
20-
note = {R package version 0.0.1.9242},
20+
note = {R package version 0.0.1.9243},
2121
url = {https://andrewallenbruce.github.io/provider/},
2222
}

0 commit comments

Comments
 (0)