read_data: The function reads the data

Description Usage Arguments Value Examples

View source: R/eq_read_data.R

Description

The function reads the data

Usage

1
read_data(filename)

Arguments

filename

A character

Value

the file as a dataframe

Examples

1
2
3
4
5
## Not run: 
data = system.file('extdata', 'earthquakesData.tsv', package ='masteringSoftwareDevelopmentinR')
data = read_data(data)

## End(Not run)

SanjayShetty01/masteringSoftwareDevelopmentinR documentation built on Dec. 18, 2021, 12:57 p.m.