read_data | R Documentation |
Read data in csv.
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 are |
a tibble
Package 'tibble' as 'readr'
## Not run: # Test data csv <- system.file("extdata", "test.csv", package = "GeodesiCL") data_test <- read_data(csv) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.