All Projects → myuhe → ess-R-data-view.el

myuhe / ess-R-data-view.el

Licence: other
data viewer for GNU R

Programming Languages

emacs lisp
2029 projects

Introduction

ess-R-data-view is data viewer for GNU R. It shows dataframe and matrix on 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.

If its word is not dataframe or matrix, popup error message.

./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.

./image/ctable.png

The second, ess-R-dv-pprint shows pretty-printed text in other 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].