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
In the current version of the main README in section Create sample data set the instructions read:
data("scEx", package = "SCHNAPPs")
save(file = "scEx.Rdata", list = "scEx")
The object loaded with the data() call seems to be scExOrg instead of scEx. If true, then the save() command should read save(file = "scEx.Rdata", list = "scExOrg").
The text was updated successfully, but these errors were encountered:
In the current version of the main README in section Create sample data set the instructions read:
The object loaded with the
data()
call seems to bescExOrg
instead ofscEx
. If true, then thesave()
command should readsave(file = "scEx.Rdata", list = "scExOrg")
.The text was updated successfully, but these errors were encountered: