Learn R Programming

leakr (version 0.1.0)

detect_file_format: Detect file format from extension and content

Description

Detect file format from extension and content

Usage

detect_file_format(file_path, verbose = TRUE)

Value

Character string indicating detected format

Arguments

file_path

Path to the file

verbose

Whether to show detection messages