andrewallenbruce / provider

Public Healthcare Provider APIs :stethoscope:
https://andrewallenbruce.github.io/provider/
Other
18 stars 2 forks source link

Bug: `reassignments()` error with Enrollment ID #36

Closed andrewallenbruce closed 8 months ago

andrewallenbruce commented 8 months ago

reassignments() erroring on this particular Enrollment ID:

library(provider)

reassignments(enid = "I20200929003184")
#> Error in if (is.character(txt) && length(txt) == 1 && nchar(txt, type = "bytes") < : 
#> missing value where TRUE/FALSE needed

Created on 2023-11-05 with reprex v2.0.2

Previously errored with this message: Error: cannot allocate vector of size 1.9 Gb