There seems to be an issue accessing/viewing rows in the editData editor viewer when the data frame sent in is assigned to the variable x.
To reproduce the problem:
Assign editData::sampleData to x
x <- editData::sampleData
When editData() is called on this re-assigned data set, in editor view, no rows appear
editData::editData(data = x)
Results are the same if x is highlighted and executed as an add-in call.
There seems to be an issue accessing/viewing rows in the editData editor viewer when the data frame sent in is assigned to the variable
x.To reproduce the problem:
Assign
editData::sampleDatatoxx <- editData::sampleDataWhen editData() is called on this re-assigned data set, in editor view, no rows appear
editData::editData(data = x)Results are the same if
xis highlighted and executed as an add-in call.