create multiple data records from a single record

It might be helpful to see what your data looks like. You won't need to manually type out the codes. In R, enter dput(head(datasetname)) for whateveryour dataset name is. Then paste the output into this message board inside a code chunk by entering it in a code chunk (FAQ: How to format your code).