Learn R Programming

uniswappeR (version 0.6.1)

export_data: Write out the data object given file name

Description

Write out the data object given file name

Usage

export_data(data_to_export, path_to_export)

Value

Character vector indicating status of the write

Arguments

data_to_export

Object containing data we want to export

path_to_export

Path of the CSV file, we want to export to

Examples

Run this code
if (FALSE) {
data_to_export <- token_stats_hist_v2(token_address = "0x1f9840a85d5af5bf1d1762f925bdaddc4201f984")
path_to_export <- "~/Desktop/uniswappeR_export.csv"
export_data(data_to_export,path_to_export)
}

Run the code above in your browser using DataLab