Skip to content
Snippets Groups Projects
Commit 0d2eedd9 authored by oliverpurschke's avatar oliverpurschke
Browse files

changes to digi_lime_get_part_chunks

parent 70cf4e9b
No related branches found
No related tags found
No related merge requests found
Pipeline #20939 canceled
......@@ -44,9 +44,7 @@ digi_part_dat <-
max_tn <- 195000,
chunk_size <- 30000,
attributes = c(
"token",
"emailstatus",
"language",
"validfrom",
"validuntil",
"invited",
......@@ -56,12 +54,10 @@ digi_part_dat <-
"usesleft"
)
) %>%
select(ZN = "token",
rename(ZN = "token",
part = "participant_info") %>%
bind_cols(.$part) %>%
select(-part) %>%
set_names(c("ZN", "Vorname", "Nachname", "Email")) %>%
filter(grepl("^[A-Za-z0-9]{15}$", ZN)) %>%
distinct()
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment