checkFileFormat {psichomics}R Documentation

Checks the format of a file

Description

Checks the format of a file

Usage

checkFileFormat(format, head, filename = "")

Arguments

format

Environment: format of the file

head

Data.frame: head of the file to check

filename

Character: name of the file

Details

The name of the file may also be required to be considered of a certain format.

Value

TRUE if the file is of the given format; otherwise, returns FALSE


[Package psichomics version 1.12.1 Index]