Description Usage Arguments Value See Also Examples
Read data in csv.
1 | read_data(x, digits = 4)
|
x |
the name of the file which the data are to be read from. this is a |
digits |
Number of digits the seconds are |
a tibble
Package 'tibble' as 'readr'
1 2 3 | # Test data
csv <- system.file("extdata", "test.csv", package = "GeodesiCL")
data_test <- read_data(csv)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.