Question: Provide a code that imports data in 'example_data1.txt' file into R. - The code should use read_csv function and contain only one line. - The
Provide a code that imports data in 'example_data1.txt' file into R.
- The code should use read_csv function and contain only one line.
- The resulting dataset should have 1980 observations for 6 variables.
- The variable type for var_b should not be 'logical' or 'character'
- The non-missing values for var_b contained in the data file should not be discarded.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
