Learn R Programming

GeodesiCL (version 1.0.0)

read_data: Read data in csv.

Description

Read data in csv.

Usage

read_data(x, digits = 4)

Arguments

x

the name of the file which the data are to be read from. this is a data.frame in format csv.

digits

Number of digits the seconds are rounded to. DEFAULT: 4

Value

a tibble

See Also

Package 'tibble' as 'readr'

Examples

Run this code
# NOT RUN {
# Test data
csv <- system.file("extdata", "test.csv", package = "GeodesiCL")
data_test <- read_data(csv)
# }

Run the code above in your browser using DataLab