MilosZarkovic

Results 2 issues of MilosZarkovic

I am trying to use chattr in Rstudio (2024.09.0 Build 375) and R 4.4.1 However, I got the following errors: library(chattr) chatGPT.api.key="XXXXXXXXXXXXXXXXXXX" Sys.setenv("OPENAI_API_KEY" = chatGPT.api.key) chattr_defaults() ── chattr ────────────────────────────────────────────────────────────────────── ──...

vtable returns factor levels sorted alphabetically and not as the levels function reports them, e,g: vtable: 'Daily' 'Rarely' 'Weekly' levels: "Rarely" "Weekly" "Daily" Is there a way to make vtable...