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 April 14, 2024, 12:16 p.m.