Displaying 1 result from an estimated 1 matches for "list_ab_duur".
2023 Dec 18
3
Function with large nested list
...ign "Geen" as default for remarks #Try empty list
list_AB_dosering <- setNames(as.list(rep("Geen informatie", length(AB_list))), names(AB_list)) # make named list of all AB's and assign "Geen informatie", will be replaced with actual information in algorithm
list_AB_duur <- setNames(as.list(rep("Geen informatie", length(AB_list))), names(AB_list)) # make named list of all AB's and assign "Geen informatie", will be replaced with actual information in algorithm
##### CULTURES #####
for (i in names(AB_list)) {
ab_data <- d...