despace: Function to remove factors and spaces and NA from dataframe...

Description Usage Arguments Value Examples

View source: R/utility.R

Description

Function to remove factors and spaces and NA from dataframe prior to writing.

Usage

1

Arguments

df

A dataframe.

Value

A dataframe.

Examples

1
data.frame(x = c(NA, "A string"), y = 1:2) %>% despace()

woodwards/octopus documentation built on Jan. 7, 2020, 12:27 a.m.