Is there an R function, to be able to split a single row of data into multiple rows
Ive seen similar questions but none seem to quite fit what I am trying to do.
I have a large database built of responses from a goolge forms questionaire. To try and manipulate the data better (in ways I know how). I want to convert the long row of questions and answers into single rows per question, (I have about 30 questions). Each question is duplicated to have the response value, and a notes field.
Is there an R function, to be able to split a single row of data into multiple rows
Ive seen similar questions but none seem to quite fit what I am trying to do.
I have a large database built of responses from a goolge forms questionaire. To try and manipulate the data better (in ways I know how). I want to convert the long row of questions and answers into single rows per question, (I have about 30 questions). Each question is duplicated to have the response value, and a notes field.