Learn R Programming

campfin (version 1.0.7)

read_names: Read column names

Description

Read the first line of a delimited file as vector.

Usage

read_names(file, delim = ",")

Arguments

file

Path to text file.

delim

Character separating column names.

Value

Character vector of column names.

Examples

Run this code
# NOT RUN {
read_names("x\n11/09/2016")
# }

Run the code above in your browser using DataLab