get_delim: Return the appropriate delimeter for the file type

View source: R/Apply_Lookups.R

get_delimR Documentation

Return the appropriate delimeter for the file type

Description

Return the appropriate delimeter for the file type

Usage

get_delim(filename)

Arguments

filename

The name of the data file

Details

Returns ',' for csv and '/t' for txt files. Creates an error for other file types.

Value

The delimter to use.

Examples

get_delim("test.csv")


CSISdefense/csis360 documentation built on Feb. 1, 2025, 1:22 p.m.