We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Reading a file in R and piping to head throws error only escapable with internal R system call http://stackoverflow.com/a/28916004/2668831
head
system
Horrifying.
Using these example JSON files, replicate with:
Rscript myscript.R | head -1
NB replacing head with cat is not a problem
cat