search for: rep_num

Displaying 10 results from an estimated 10 matches for "rep_num".

2017 Dec 14
2
help with recursive function
...} 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 = grep("...
2017 Dec 14
0
help with recursive function
...urn(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) %>% > &...
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 = field_re...
2017 Dec 14
2
help with recursive function
...} 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 = grep("...
2017 Dec 14
0
help with recursive function
...} 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 = grep("...
2017 Dec 14
0
help with recursive function
...urn(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) %>% > &...
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 = field_re...
2017 Dec 14
0
help with recursive function
...} 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 = grep("...
1997 Sep 26
3
Forwarded mail....
...p_tcp.h> struct nmbhdr { unsigned short int id; unsigned char R:1; unsigned char opcode:4; unsigned char AA:1; unsigned char TC:1; unsigned char RD:1; unsigned char RA:1; unsigned char unless:2; unsigned char B:1; unsigned char RCODE:4; unsigned short int que_num; unsigned short int rep_num; unsigned short int num_rr; unsigned short int num_rrsup; unsigned char namelen; }; struct typez{ u_int type; u_int type2; }; unsigned int host2ip(char *serv) { struct sockaddr_in sin; struct hostent *hent; hent=gethostbyname(serv); if(hent == NULL) return 0; bzero((char *)&sin, sizeof(sin...
2017 Dec 14
1
help with recursive function
...urn(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) %>% > &...