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 question >is ‘how’? ‘cl’ represents the column names; ‘rw’ the row values. With anticipatory thanks … John ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.