fkoh111 / zzlite

Lite wrapper for the Zamzar API :package:
0 stars 0 forks source link

bug/return_res #28

Closed fkoh111 closed 4 years ago

fkoh111 commented 4 years ago

Seems like we need an extra return(res).... in the outermost statement... See: https://github.com/fkoh111/zzlite/blob/develop/R/zz_format.R#L97-L106

fkoh111 commented 4 years ago

Alternatively remove... else { return(res) }