Browse Source

Add test zone

master
Maxime Wack 4 years ago
parent
commit
8dbddfca6f
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      r-object-browser.el

+ 3
- 1
r-object-browser.el View File

@@ -46,5 +46,7 @@
(provide 'r-object-browser)

;;; r-object-browser.el ends here
;;; Test zone

(ess-command "print(data.frame(a = 1:100000), row.names = F, n = Inf)\n" (get-buffer "robjout"))
(ess-force-buffer-current) ;; get current R process buffer
(ess-command "ls()\n" (get-buffer robj-buffer))

Loading…
Cancel
Save