I have a binary file with data sequence in the order

[age,weight][age,weight] ....

I know the length of the data and I want to load it into a data.frame. of 
course a way to do this is to 
read age and weight seperately and then use cbin(age,weight) to combine them 
into a dataframe, but is there a better
solution?

Thanks in advance!

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to