You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2024. It is now read-only.
But, it would also be nice if the following would work:
test<-1:10a[] <-testa["test"]
# Warning message:# In wrn(22, class(value)) :# The 'value' argument in ']<-' should be a vector, data.table, doc or NULL. It is a integer.
It currently works with named variables, e.g.
But, it would also be nice if the following would work:
A solution would be to add an else-if for vectors when
iis missing, see:https://github.com/SwedishPensionsAgency/Coldbir/blob/dev/R/cdb-class.r#L783
However, we need to figure out how to escape non-proper names, e.g.