mirror of
https://github.com/agdamsbo/stRoke.git
synced 2024-11-22 13:00:23 +01:00
7 lines
271 B
R
7 lines
271 B
R
|
## code to prepare `cprs` dataset goes here
|
||
|
|
||
|
usethis::use_data(cprs, overwrite = TRUE)
|
||
|
|
||
|
cprs <- data.frame(cpr=sample(c("2310450637", "010115-4000", "0101896000","010189-3000","300450-1030","010150-4021","011085-AKE3","0101EJ-ATW3"),200,TRUE))
|
||
|
save(cprs,file="cprs.rda")
|