get_daisie_data: Read a data frame from the 'data' folder

Description Usage Arguments Value Author(s) Examples

View source: R/get_daisie_data.R

Description

Read a data frame from the data folder

Usage

1
get_daisie_data(filename)

Arguments

filename

the file's name, without the path

Value

the content of the file as a data frame, if and only if the file is present. Will stop otherwise.

Author(s)

Richel J.C. Bilderbeek

Examples

1
2
3
4
5
  testit::assert(
    is.data.frame(
      get_daisie_data("Galapagos_datatable.RData")
    )
  )

richelbilderbeek/ggdaisie documentation built on May 4, 2019, 8:42 a.m.