all_remove.first: Remove first row of data frame if empty

Description Usage Arguments Value Examples

View source: R/bird_remove_first.r

Description

A reoccuring problem when importing data frames into rstudio is a blank first row that is added to the data frame. This function looks at the firsts row to see if the first cell has an empty value. If it does then it will removes the row and return the dataset.

Usage

1

Arguments

df

A dataframe object

Value

A data frame without a blank first row.

Examples

1
data = remove_first(data)

weverkaj/RMN documentation built on July 26, 2019, 10:34 p.m.