Re: [R] Build a data.table via two string lists

2022-06-06 Thread John RF Staples via R-help
Hi, thanks for the comprehensive reply; it is appreciated. John Staples Sent from my iPad > On 6 Jun 2022, at 14:05, John RF Staples wrote: > > Hello everyone, > > I have the following two structures: > > # str(cl) > # chr [1:5] "timestamp" "assess" "catheter" "service" "ref" > > # str(rw)

[R] Build a data.table via two string lists

2022-06-06 Thread John RF Staples via R-help
Hello everyone, I have the following two structures: # str(cl) # chr [1:5] "timestamp" "assess" "catheter" "service" "ref" # str(rw) # chr [1:5] "1654508112" "3" "gel" "2785" “16545081121a8d8f956cb871053a3f56b782b70a76" >From which I would like to generate a 5 col x 1 row data.table; the quest