powered by
A function that creates an attribute of seq(numrows) with a step size of 1, where the user provides the attribute name.
generic_identifier(numrows, col_name)
A user-named single attribute data frame with nrow = numrows.
The number of rows the user intends to have in the created data frame.
The desired attribute name.
Tingwei Adeck
generic_identifier(40, col_name="Cycle_No")
Run the code above in your browser using DataLab