How might I write an R output in a file ? I asked this question because I tried to view all output of a data frame with R in terminal, not RStudio, but i got some errors ;
> View(mpg)
Error in .External2(C_dataviewer, x, title) : unable to start data viewer
In addition: Warning messages:
1: In View(mpg) :
locale not supported by Xlib: some X ops will operate in C locale
2: In View(mpg) : X cannot set locale modifiers
3: In View(mpg) :
unable to create fontset -*-fixed-medium-r-*-*-*-120-*-*-*-*-*-*
So, How might I fix this problem ?
I use MacOS and already installed XQuartz
Thanks for your help