Learn R Programming

abjutils (version 0.2.3)

write_data: Shortcut to write file to "data/" directory from a pipe

Description

Shortcut to write file to "data/" directory from a pipe

Usage

write_data(x, name, dir = "data/")

Arguments

x

Object to write

name

Name of the object (important when loading)

dir

Directory where to save file