Hello, When we input dataframe from R, header = TRUE & hearder = FALSE is frequently used. The meaning is below. header = TRUE Row] Fill in the data with first row as variables. header = FALSE 행] Fill in the data without first row as variables, and first raw will be data. It's pretty simply, right? After use the "header = FALSE", we can fill in variable names by default. colnames(dataset)