are_valid_files: Checks if files are valid parameter files

Description Usage Arguments Value Author(s) Examples

Description

Checks if files are valid parameter files

Usage

1
are_valid_files(filenames)

Arguments

filenames

the names of the file to be checked

Value

TRUE or FALSE

Author(s)

Richel Bilderbeek

Examples

1
2
3
4
5
6
7
8
  testit::assert(
    are_valid_files(
      c(
        find_path("toy_example_1.RDa"),
        find_path("toy_example_2.RDa")
       )
     )
   )

richelbilderbeek/wiritttes documentation built on May 27, 2019, 8:14 a.m.