# NOT RUN {
# Returns a single column dataframe of all the accepted formats
# for the origin param.
zz_format(usr = "key")
# Same as above (assuming a valid key in .Renviron).
zz_format()
# Returns an error since the origin argument isn't recognized by the Zamzar API.
zz_format(origin = "invalid_origin")
# Returns a dataframe of targets that origin can be converted to,
# and of the cost of converting to a given target.
zz_format(origin = "emf")
# }
Run the code above in your browser using DataLab