Nik Krieger
Nik Krieger
All confusion would disappear by changing "relabel categorical variables" to "recode character vectors" in the question: > 5. How can you use a named vector to relabel categorical variables? It...
> `cat ~/.R/Makevars > > CXX14 = g++ > CXX14FLAGS = -O3 > CXX14FLAGS += -fPIC > #LIBS += -lm > ` This allowed me to install the `xgboost` R...
`rlang::as_closure(seq.int)` still does not produce the same results as `seq.int`: ``` r seq.int(5) #> [1] 1 2 3 4 5 rlang::as_closure(seq.int)(5) #> [1] 5 seq.int(4:8) #> [1] 1 2 3...
What are the steps we should take to address this issue?
Check it now with sociome 0.2.0. `remotes::install_github("NikKrieger/sociome")`
For my notes: Include an ADI agreement table and a map with ADI ratio shading in the README/future vignette.
Would it fulfill your request to add in another argument called `other_vars`? The user would pass a vector of the names of the desired variables, like `get_adi(..., other_vars = c("B28002001",...
> The more I think about it, the more I lean toward using the last update to the metadata as opposed to the timestamps on the project files. This would...
Which columns do you envision being in this output?
I understand. Is `horizon` a maximum deadline date? That is, any projects with deadlines after `horizon` will be excluded? Something to consider is that projects will be at the top...