Displaying 1 result from an estimated 1 matches for "xyz4".
Did you mean:
xyz
2004 Oct 14
5
beginner questions: objects and scripts
hi,
I got some questions on using R,
1. How do I check and edit definition of an object?
for example,
>x <- 1:100
then after a while I want to check how x is defined.
list(x) or whatever functions I know only list its
content, but I want to see its definition, without
scrolling up and down, and edit it like "fixing" a
function.
2. How to save my work in current session as a