read_data: Read data in csv.

Description Usage Arguments Value See Also Examples

View source: R/test_data.R

Description

Read data in csv.

Usage

1
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

1
2
3
# Test data
csv <- system.file("extdata", "test.csv", package = "GeodesiCL")
data_test <- read_data(csv)

GeodesiCL documentation built on May 25, 2021, 5:10 p.m.