detect_file_category: Detect file category for UI adaptation

View source: R/utils.R

detect_file_categoryR Documentation

Detect file category for UI adaptation

Description

Categorizes files by extension into broad categories that determine which UI options to show (csv/excel/arrow/other).

Usage

detect_file_category(path)

Arguments

path

Character. File path.

Value

Character. One of: "csv", "excel", "arrow", "other"


blockr.io documentation built on Jan. 7, 2026, 9:06 a.m.