export_data {uniswappeR}R Documentation

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)

Arguments

data_to_export

Object containing data we want to export

path_to_export

Path of the CSV file, we want to export to

Value

Character vector indicating status of the write

Examples

## Not run: 
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)

## End(Not run)

[Package uniswappeR version 0.6.1 Index]