more aesthetic table

This commit is contained in:
Carlos R. Mercado 2023-01-24 11:11:51 -05:00
parent 90506f543d
commit 9b1c4e3198

View File

@ -119,7 +119,7 @@ ORDER BY BLOCK_NUMBER ASC
}
trades_pull <- auto_paginate_query(query = trades_query, api_key = readLines("api_key.txt"))
reactable(trades_pull[1:10,])
reactable(trades_pull[1:10, c(1,3,4,5)] %>% round(., 2))
```
Prior to the merge, Ethereum blocks were made roughly every 12-15 seconds. After the merge,