Skip to content

Commit 6bcff7b

Browse files
Deploying to gh-pages from @ be4e2f8 🚀
1 parent 28a975c commit 6bcff7b

43 files changed

Lines changed: 90 additions & 279 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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: 11 additions & 19 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: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,17 @@ x <- list(
1717
organization = hospitals(ccn = x$fac_ccn))
1818
#> ✔ hospitals returned 5 results
1919
#> ✔ Retrieving 1 page
20+
#> Error in `collapse::recode_char()`:
21+
#> ! X needs to be character or a list
2022
x
21-
#> $individual
22-
#> V1
23-
#> first MARK
24-
#> last FUNG
25-
#> npi 1043245657
26-
#> pac 7810891009
27-
#>
28-
#> $organization
29-
#> # A tibble: 5 × 16
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…
37-
#> # ℹ 6 more variables: address <chr>, city <chr>, state <chr>, zip <chr>,
38-
#> # loc_type <chr>, sub_group <chr>
23+
#> # A tibble: 5 × 7
24+
#> first last npi pac fac_type fac_ccn parent_ccn
25+
#> <chr> <chr> <int> <chr> <chr> <chr> <chr>
26+
#> 1 MARK FUNG 1043245657 7810891009 Hospital 470003 NA
27+
#> 2 MARK FUNG 1043245657 7810891009 Hospital 330250 NA
28+
#> 3 MARK FUNG 1043245657 7810891009 Hospital 470001 NA
29+
#> 4 MARK FUNG 1043245657 7810891009 Hospital 471307 NA
30+
#> 5 MARK FUNG 1043245657 7810891009 Hospital 331321 NA
3931

4032
reassignments(pac = 7810891009) |> str()
4133
#> ✔ reassignments returned 1 result

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.9243,
13+
package version 0.0.1.9244,
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.9243},
20+
note = {R package version 0.0.1.9244},
2121
url = {https://andrewallenbruce.github.io/provider/},
2222
}

0 commit comments

Comments
 (0)