ess-view-data
ess-view-data copied to clipboard
ess-view-data-print no headers until end-of-buffer + beginning-of-buffer
Calling ess-view-data-print
on a simple dataframe yields the following:
So I get an error message and no header but the content of the dataframe is actually printed. However, visiting the Data View buffer and doing
M-x end-of-buffer
directly followed by M-x beginning-of-buffer
makes the headers appear (i.e. somehow solves the problem):
(Thank you for this cool package!)
I is a known issue. I haven't find a solution. Maybe I'll remove those "# Trace: ..." head lines which may help.
Now the headline depends on csv-mode
and it may not triggered at the right time.
I is a known issue. I haven't find a solution. Maybe I'll remove those "# Trace: ..." head lines which may help.
Now the headline depends on
csv-mode
and it may not triggered at the right time.
Note that if the point remains on the first column and I go down rows, this does not solve the problem. However if I do M-x move-end-of-line
, it does the same as the M-x end-of-buffer
... combination mentioned in my description of the issue. So apparently spanning columns triggers the expected behavior. Hope this helps.
EDIT: Actually when I move forward until reaching a column that is not visible in the buffer, it triggers the header. However, doing the same along rows does not trigger it.