Hope
Hope
I think these codes are awesome, and animated bar plot are frequently used by folks in the community. Ever consider to make a package out of it?
When I use `load.image`, if the directory has non-English symbols, it return an error. Is there a way to make it right?
Recently, I've learned a package named [chunked](https://cran.r-project.org/web/packages/chunked/index.html). Since fst supports row access via row number, I suggest maybe `read.fst` function could support this sort of chunkwise operation. Any ideas to...
I have tried several times and find that the function `fst` will yield the following error if the path has Chinese characters:  Any solutions? Thanks.
I find fst_table a very useful class, do not have to read the file physically but could get enough information to know how to process. Perhaps there could be more...
`fst` is a good function to get the general information, I think meta_fst could be renamed as "summary_fst" for the list returned by `fst`. Both `fst` and `meta_fst` recieves the...
As I tried later codes, I find some problems listed beforehand are addressed (such as those we discussed in ). However, new ones are coming occationally. For instance, for the...
是否能够实现一个某日期范围的可视化图,而不是仅仅是某一天? 谢谢!
The heatmap produced by heatmap.bp is really beautiful, is there a way to scale the rows but keep the barplot to summarise the raw data? Thanks.
I have used `dplyr` and `odbc` to generate a query, and I do not want to collect it into R memory, instead I want to write it back into the...