Learn R Programming

OpenRepGrid (version 0.1.18)

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

elementsleft_pole_1:right_pole_1left_pole_2:right_pole_2left_pole_3:right_pole_3element_1
532element_23
34element_315
2element_4433

See Also

importDataframe()

Other grid dataframes: df_element_columns, df_long

Examples

Run this code
df_construct_columns
importDataframe(df_construct_columns, format = "construct_columns", rmin = 1, rmax = 5)

Run the code above in your browser using DataLab