| df_construct_columns | R Documentation |
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.
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 |
importDataframe()
Other grid dataframes:
df_element_columns,
df_long
df_construct_columns
importDataframe(df_construct_columns, format = "construct_columns", rmin = 1, rmax = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.