Learn R Programming

cryptoTax (version 0.0.5)

USD2CAD: Convert USD to CAD

Description

This function allows you to convert USD to CAD.

Usage

USD2CAD(data, conversion = "USD", currency = "CAD")

Value

A data frame, with the following columns: date, CAD.rate.

Arguments

data

The data

conversion

What to convert to

currency

What to convert from

Examples

Run this code
formatted.dates <- format_shakepay(data_shakepay)[1]
USD2CAD(formatted.dates)

Run the code above in your browser using DataLab