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

View source: R/caring.R

caring_read_fileR Documentation

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)

Arguments

filepath

The path to the data file.

Value

This function returns a data frame.

Author(s)

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

Examples

## Not run: 
filename <- "demo.sav"
data <- caring_read_file(filename)

## End(Not run)

Modesto-Escobar/netCoin-2.x documentation built on July 26, 2024, 11:15 p.m.