Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.org
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
* Introduction
ess-R-data-view is data viewer for GNU R. It shows dataframe and matrix on table view.
ess-R-data-view is a data viewer for GNU R. It shows dataframes and matrices in table view.

* Usage
Put caret on a word that indicate dataframe or matrix, and =M-x ess-R-dv-ctable= or =M-x ess-R-dv-pprint=.
So, it popups other buffer containing table.
Place cursor on a word that indicate dataframe or matrix and then do =M-x ess-R-dv-ctable= or =M-x ess-R-dv-pprint=
which will popup another buffer containing the table.

If its word is not dataframe or matrix, popup error message.
If the word is not a dataframe or matrix, an error message will pop up.

[[./image/popup.png]]


=ess-R-dv-ctable= and =ess-R-dv-pprint= have different features.

The first, =ess-R-dv-ctable= shows table in other buffer. It includes border, and header is fixed.
The first, =ess-R-dv-ctable=, shows table in another buffer. It includes a border and a fixed header.

[[./image/ctable.png]]

The second, =ess-R-dv-pprint= shows pretty-printed text in other buffer. It shows huge text smoothly.
The second, =ess-R-dv-pprint=, shows pretty-printed text in another buffer. It shows huge text smoothly.

[[./image/pprint.png]]

* Note
ess-R-data-view uses other buffer, so it influences window layout. If you keep windows layout, you had better install window manager. popwin.el and e2wm.el is useful.
ess-R-data-view uses another buffer, so it influences window layout. If you keep windows layout, you had better install window manager. popwin.el and e2wm.el is useful.