powered by
Read data in csv.
read_data(x, digits = 4)
the name of the file which the data are to be read from. this is a data.frame in format csv.
data.frame
Number of digits the seconds are rounded to. DEFAULT: 4
rounded
a tibble
tibble
Package 'tibble' as 'readr'
# 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