Learn R Programming

netCoin (version 2.1.0)

caring_read_file: Read sav, dta, xlsx, tsv and csv files.

Description

caring_read_file reads sav, dta, xlsx, tsv and csv files and prepares data for caring.

Usage

caring_read_file(filepath)

Value

This function returns a data frame.

Author

Modesto Escobar, Department of Sociology and Communication, University of Salamanca.

Arguments

filepath

The path to the data file.

Examples

Run this code
if (FALSE) {
filename <- "demo.sav"
data <- caring_read_file(filename)
}

Run the code above in your browser using DataLab