eq_clean_data: Clean data

Description Usage Arguments Value Examples

View source: R/main.R

Description

This is a simple function that clean the data

Usage

1

Arguments

data

A data frame with raw data

Value

This function returns a dataframe with the information from the file after being cleaned.

Examples

1
2
3
4
5
## Not run: 
data <- readr::read_delim("signif.tsv.gz", delim = "\t")
eq_clean_data(data)

## End(Not run)

daferpe/CapstonePackage documentation built on May 26, 2019, 2:35 a.m.