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
Post a Comment