df_construct_columns: Sample dataframe with grid data (constructs are columns)
Description
This dataframe can be converted into a repgrid object via importDataframe(). The columns names are elements
followed by the constructs (left_pole_1:right_pole_1 to left_pole_3:right_pole_3). The poles are separated by a
colon by default (change via arg pole_sep). The rows contain the elements' entries (element name and ratings). The
min and max of the rating scale should be passed explicitly via the args rmin and rmax. See sample data
df_construct_columns.
Arguments
Details
elements
left_pole_1:right_pole_1
left_pole_2:right_pole_2
left_pole_3:right_pole_3
element_1
5
3
2
element_2
3
3
4
element_3
1
5
2
element_4
4
3
3
See Also
importDataframe()
Other grid dataframes:
df_element_columns,
df_long