get_common_columns: Get the columns that are common to a set of input tabular...

Description Usage Arguments Value

View source: R/io.R

Description

Get the columns that are common to a set of input tabular files

Usage

1
get_common_columns(files.list, file.type = c("txt", "fcs"))

Arguments

files.list

A vector of input file names. If these are text files, each file should be a tab-separated table, with the first row representing column headers

file.type

The type of the files

Value

Returns a vector of column names that are present in all the files in files.list


ParkerICI/scfeatures documentation built on April 10, 2021, 9:31 a.m.