Josep Pueyo-Ros
Josep Pueyo-Ros
I never change the names after the `clean_names()`, but I understand this can be useful as a more general workflow than #563. Would you save the old names as attributes?...
> I have two last requests: > > * Please add text like "To convert the labels back to column names, see the `sjlabelled::label_to_colnames()` function." in the details section of...
Hi @opatiny, thanks for your answer. Currently, I'm using a function from `jstat` library to calculate the student's T distribution based on the degress of freedom of the mlr. Then,...
Preparing the reprex I found that my error was that I was using a little different area to create the grid of points that the one I was using to...
Ok, now I have a clearer understanding. Actually, I realized that I don't event need a template. I can pass only the `sf` object to `st_rasterize` and it guesses the...
Same error here. I came because the error told me to do so. ``` r library(tidyverse) df unite(b, starts_with("b")) #> Error in `df_append()`: #> ! `after` must be a whole...