Skip to contents

export_data() will export a given data.frame or tibble to a specified path with a data stamp prefix.

Usage

export_data(x, path = "", type = "csv")

Arguments

x

dataset to export

path

string, path to folder

type

string, type of exported file

Value

exported data message