extract.time: Load a Matrix

Description Usage Arguments Value

View source: R/biobank.r

Description

This function loads a file as a matrix. It assumes that the first column contains the rownames and the subsequent columns are the sample identifiers. Any rows with duplicated row names will be dropped with the first one being kepted.

Usage

1
2
3
4
5
6
7
extract.time(
  data,
  datafield,
  datafield_name,
  keep.time = TRUE,
  keep.date = TRUE
)

Arguments

data

Path to the input file

datafield

Path to the input file

datafield_name

Path to the input file

keep.time

Path to the input file

keep.date

Path to the input file

Value

A matrix of the infile


andrewcon/ukbbmr documentation built on Dec. 31, 2020, 7:47 p.m.