-
Now that we don't have any more fxTable and gtTable this labels are not meaningful any more
``` r
OmopSketch::mockOmopSketch(numberIndividuals = 1000) |>
OmopSketch::summariseOmopSnapshot() |>
…
-
Follw-up on #28
Frankly I do believe that tibble (or anything from the tidyverse) this is too heavy dependency to have it in the package just for for function. I would recommend removing `tibble` …
-
To avoid warning as `tbl_df` is depricated, use `as_tibble`:
```R
# R version 4.0.2 (2020-06-22), wakefield_0.3.6
r_data_frame(n = 5, dob)
# # A tibble: 5 x 1
# DOB
#
# 1 20…
-
**数据:**
```R
df1 id col1 col2 col3
#>
#> 1 1 a
#> 2 2 b b
#> 3 3 c c c
```
**全连接:**
```R
list(df1, df2, df3) |>
purrr::reduce(dp…
-
Hi there,
I'm interested in comparing worst residuals between various different graph models, from both `qpgraph` and `find_graphs`. I can get the worst residual from `qpgraph` like so:
```{r}
ne…
-
aorsf is a great addition to bonsai! Any chance of supporting `mtry_prop`?
``` r
library(tidymodels)
library(bonsai)
set.seed(1)
folds
set_mode("regression")
lgbm_wflow
add_model(m…
cgoo4 updated
1 month ago
-
I mistakenly used `by` inside `mutate` instead of `.by`. But no error or warning were raised. I only found this due to a coincidence when I happen to have two pieces of code (one using `by`, the othe…
-
As discussed, I created a repo which shows how one could implement a pipeline which uses the [DuckDB](https://duckdb.org) [R-API](https://duckdb.org/docs/api/r.html) to create a tibble from the raw js…
rkrug updated
1 month ago
-
Super excited to see [#266](https://github.com/tidyverse/duckplyr/pull/226), so I tried it out with v0.4.1.9003 -- encountered the following error:
```
library(tidyverse)
con = DBI::dbConnect(d…
-
Dear author,
Thanks for designing this package.
I ran into this reproducible error recently.
It seems to be related to the multiple author of one publication according to this [thread](https://s…