Why is the dump function in R not creating a file? -


When I dump values ​​in a file "dump .r", then it should not be listed in the directory?

  & gt; X & lt; - "foo" & gt; Y & lt; -1 & gt; Dump (c (x, y), file = "dump r") & gt; List.files () [1] "Workbook1.csv"  

dump The function takes a vector of the names of the variables, does not variable itself

  x  

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -