Liang Zhang
Liang Zhang
See the following example: ``` r stringr::str_starts("A1", "T") #> [1] FALSE stringr::str_starts("A1", "\\d") #> [1] FALSE stringr::str_starts("A1", "T|\\d") #> [1] TRUE ``` Created on 2022-07-31 by the [reprex package](https://reprex.tidyverse.org) (v2.0.1)
Currently "lintr" messages is very annoying even when files are closed. What's more, it is absolutely strange that linting messages of files deleted remain there.
Currently books cannot retrieve citation counts, and will books be supported in the future.
Seemingly previous versions have the parameter `no.output`. It is useful for RMarkdown users.
Installation is okay, but using it will throw error: ``` r install.packages("pak") #> Installing package into 'C:/Users/liang/Documents/R/win-library/4.1' #> (as 'lib' is unspecified) #> package 'pak' successfully unpacked and MD5 sums...
This is the same as https://github.com/yihui/crandalf/issues/24. Maybe it is better to use {gert}?
See the following example: ``` r library(tidytable) #> #> Attaching package: 'tidytable' #> The following object is masked from 'package:stats': #> #> dt #> The following object is masked from...
Now the first row as column names works for `.csv` files, but not for `.xlsx` files. Please let it support `.xlsx` files. What's more, the color of the first row...
When specifying multiple parameters, if one of the parameters is a scalar and the others have the same length, it will be reasonable to expand that scalar to the same...
Please briefly describe your problem and what output you expect. If you have a question, please don't use this form. Instead, ask on or . Please include a minimal reproducible...