Skip to content
Snippets Groups Projects
Commit 1f89609e authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Include all R object names are displayed, including ones beginning with a fullstop (".").

parent face6fbe
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ HEADER = binascii.a2b_hex("580a000000020003")
DUMP_RDB = r"""
lazyLoad(commandArgs(TRUE));
for (obj in ls()) {
for (obj in ls(all.names = TRUE)) {
print(obj);
for (line in deparse(get(obj)))
cat(line,"\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment