?- r_data_frame_to_rows(mtcars, car, Rows). Rows = [ car(21.0, 6, 160.0, 110, 3.9, 2.62, 16.46, 0, 1, 4, 4), ... ].