Skip to content

Commit

Permalink
Update public_candles.R
Browse files Browse the repository at this point in the history
There's no need to print the candle data.
  • Loading branch information
angelaponte authored Dec 9, 2023
1 parent 47f1324 commit d972ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/public_candles.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public_candles <- function(product_id = "BTC-USD",
c("time", "low", "high", "open", "close", "volume")
content$time <-
as.POSIXct(content$time, origin = "1970-01-01", tz = "GMT")
print(content)
#print(content)

#return----
return(content)
Expand Down

0 comments on commit d972ea0

Please sign in to comment.