removeHeader: Read a file and remove its header

View source: R/util.R

removeHeaderR Documentation

Read a file and remove its header

Description

Read a file and remove its header

Usage

removeHeader(file_path, col_names, skip)

Arguments

file_path

A length-1 character vector. A path to a file

col_names

A character. The column names fo the returned data frame

skip

A length-1 numeric. Number of lines to skip when reading the file

Value

A data.frame

Author(s)

Alber Sanchez, alber.ipia@inpe.br


albhasan/cqmaTools documentation built on Dec. 12, 2023, 9:25 a.m.