export_data | R Documentation |
Write out the data object given file name
export_data(data_to_export, path_to_export)
data_to_export |
Object containing data we want to export |
path_to_export |
Path of the CSV file, we want to export to |
Character vector indicating status of the write
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.