We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5574b19 commit 5c10c83Copy full SHA for 5c10c83
R/struct_class.R
@@ -479,7 +479,7 @@ new_struct = function(class, ...) {
479
# convert to entity if req
480
L=list(...)
481
for (k in seq_len(length(L))) {
482
- isEntity = is(param_obj(obj,names(L[k])),'entity')
+ isEntity = is(param_obj(obj,names(L)[k]),'entity')
483
484
# if entity and entity is not provided, replace input value with
485
# entity and assign value
0 commit comments