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
clickSelects is already a character vector but the names are ignored.
If names are present we could interpret it to mean names=selectors, values=column names.
OPTIMIZATION: for the prostateLasso test, it would be great to be able
to specify clickSelects=c(arclength="arclength.click") even if there
is no column named arclength in the data -- this would mean to update
the selector called "arclength" with the value in column
"arclength.click" -- less disk space, and faster compiling.
The text was updated successfully, but these errors were encountered:
clickSelects is already a character vector but the names are ignored.
If names are present we could interpret it to mean names=selectors, values=column names.
OPTIMIZATION: for the prostateLasso test, it would be great to be able
to specify clickSelects=c(arclength="arclength.click") even if there
is no column named arclength in the data -- this would mean to update
the selector called "arclength" with the value in column
"arclength.click" -- less disk space, and faster compiling.
The text was updated successfully, but these errors were encountered: