python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to open a file called `stdin` in R? ... but not actual "standard input"
How do I open a file called stdin in R? In other words, how to create a connection using file() to an actual file called stdin instead of actually reading from standard input?
Here specifically, I do...
Rudy Matela
Votes: 0
Answers: 1
Using a fifo as stdin to a process
How can I use a fifo to redirect stdin for a process?
Using systemd, I am starting a service that will infrequently require commands to be sent via stdin. To overcome this, I have tried the following:...
Matt Clark
Votes: 0
Answers: 1
Read a list input from using the StdIn.readf function
What is the propper way of read a list input using the readf function?
The Scala Standard Library shows that the sintax is:
def readf(format: String): List[Any]
but I'm not finding to introduce on th...
Hamilton Lumati
Votes: 0
Answers: 1