vf_file_type: Checks If File CSV

View source: R/vf_file_type.R

vf_file_typeR Documentation

Checks If File CSV

Description

Checks If File CSV

Usage

vf_file_type(file, type = "csv")

Arguments

file

path to file

type

extension of file representing type

Examples

vf_file_type("broken_csv.R")           #  FALSE
vf_file_type("broken_csv.R", type="R") #  TRUE
vf_file_type("hello.csv")              #  TRUE

steventsimpson/valiData documentation built on Jan. 27, 2023, 2:11 p.m.