search for: ent_num

Displaying 9 results from an estimated 9 matches for "ent_num".

Did you mean: enclnum
2017 Dec 14
2
help with recursive function
...turn(df1) } else { df2 <- recursive_funlp() return(df2) } } df3 <- recursive_funlp(dataset = dat1, func = funlp2) df3 } # funlp1 function funlp1<- function (dataset) { dat2 <- dataset %>% select(field, set, ent_num, rep_num, lp) %>% unite(uniqueid, set, ent_num, sep = ".") %>% unite(field_rep, field, rep_num) %>% mutate(field_rep = paste(field_rep, "lp", sep = ".")) %>% spread(key = field_rep, value = lp) %>% mutate_at(.vars = gr...
2017 Dec 14
0
help with recursive function
...return(df2) > > } > > } > > df3 <- recursive_funlp(dataset = dat1, func = funlp2) > > df3 > > } > > > # funlp1 function > > funlp1<- function (dataset) > > { > > dat2 <- dataset %>% select(field, set, ent_num, rep_num, > > lp) %>% unite(uniqueid, set, ent_num, sep = ".") %>% > > unite(field_rep, field, rep_num) %>% mutate(field_rep = > paste(field_rep, > > "lp", sep = ".")) %>% spread(key = field_rep, value = lp) %&gt...
2017 Dec 14
2
help with recursive function
...t; >> df3 <- recursive_funlp(dataset = dat1, func = funlp2) >> >> df3 >> >> } >> >> >> # funlp1 function >> >> funlp1<- function (dataset) >> >> { >> >> dat2 <- dataset %>% select(field, set, ent_num, rep_num, >> >> lp) %>% unite(uniqueid, set, ent_num, sep = ".") %>% >> >> unite(field_rep, field, rep_num) %>% mutate(field_rep = >> paste(field_rep, >> >> "lp", sep = ".")) %>% spread(key =...
2017 Dec 14
2
help with recursive function
...turn(df1) } else { df2 <- recursive_funlp() return(df2) } } df3 <- recursive_funlp(dataset = dat1, func = funlp2) df3 } # funlp1 function funlp1<- function (dataset) { dat2 <- dataset %>% select(field, set, ent_num, rep_num, lp) %>% unite(uniqueid, set, ent_num, sep = ".") %>% unite(field_rep, field, rep_num) %>% mutate(field_rep = paste(field_rep, "lp", sep = ".")) %>% spread(key = field_rep, value = lp) %>% mutate_at(.vars = gr...
2017 Dec 14
0
help with recursive function
...turn(df1) } else { df2 <- recursive_funlp() return(df2) } } df3 <- recursive_funlp(dataset = dat1, func = funlp2) df3 } # funlp1 function funlp1<- function (dataset) { dat2 <- dataset %>% select(field, set, ent_num, rep_num, lp) %>% unite(uniqueid, set, ent_num, sep = ".") %>% unite(field_rep, field, rep_num) %>% mutate(field_rep = paste(field_rep, "lp", sep = ".")) %>% spread(key = field_rep, value = lp) %>% mutate_at(.vars = gr...
2017 Dec 14
0
help with recursive function
...return(df2) > > } > > } > > df3 <- recursive_funlp(dataset = dat1, func = funlp2) > > df3 > > } > > > # funlp1 function > > funlp1<- function (dataset) > > { > > dat2 <- dataset %>% select(field, set, ent_num, rep_num, > > lp) %>% unite(uniqueid, set, ent_num, sep = ".") %>% > > unite(field_rep, field, rep_num) %>% mutate(field_rep = > paste(field_rep, > > "lp", sep = ".")) %>% spread(key = field_rep, value = lp) %&gt...
2017 Dec 14
3
help with recursive function
...t; >> df3 <- recursive_funlp(dataset = dat1, func = funlp2) >> >> df3 >> >> } >> >> >> # funlp1 function >> >> funlp1<- function (dataset) >> >> { >> >> dat2 <- dataset %>% select(field, set, ent_num, rep_num, >> >> lp) %>% unite(uniqueid, set, ent_num, sep = ".") %>% >> >> unite(field_rep, field, rep_num) %>% mutate(field_rep = >> paste(field_rep, >> >> "lp", sep = ".")) %>% spread(key =...
2017 Dec 14
0
help with recursive function
...turn(df1) } else { df2 <- recursive_funlp() return(df2) } } df3 <- recursive_funlp(dataset = dat1, func = funlp2) df3 } # funlp1 function funlp1<- function (dataset) { dat2 <- dataset %>% select(field, set, ent_num, rep_num, lp) %>% unite(uniqueid, set, ent_num, sep = ".") %>% unite(field_rep, field, rep_num) %>% mutate(field_rep = paste(field_rep, "lp", sep = ".")) %>% spread(key = field_rep, value = lp) %>% mutate_at(.vars = gr...
2017 Dec 14
1
help with recursive function
...return(df2) > > } > > } > > df3 <- recursive_funlp(dataset = dat1, func = funlp2) > > df3 > > } > > > # funlp1 function > > funlp1<- function (dataset) > > { > > dat2 <- dataset %>% select(field, set, ent_num, rep_num, > > lp) %>% unite(uniqueid, set, ent_num, sep = ".") %>% > > unite(field_rep, field, rep_num) %>% mutate(field_rep = > paste(field_rep, > > "lp", sep = ".")) %>% spread(key = field_rep, value = lp) %&gt...