guess_filetype: Guess the Filetype of a Data File

guess_filetypeR Documentation

Guess the Filetype of a Data File

Description

guess_filetype attempts to guess the encoding of a data file from the file's extension. If the extension is not recognized, it returns "unknown".

Usage

guess_filetype(path)

Arguments

path

The path to the data file

Value

One of "excel", "delimited", "unknown"


jesse-smith/coviData documentation built on Jan. 14, 2023, 11:08 a.m.