fork download
  1. # your code goes here
  2. data <- read.delim( 'http://k...content-available-to-author-only...g.de/dcs/data/syllables/syllables.dat', sep=";", header=TRUE, comment.char="#", stringsAsFactors=FALSE);
  3.  
Runtime error #stdin #stdout #stderr 0.45s 23056KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Error in file(file, "rt") : cannot open the connection
Calls: read.delim -> read.table -> file
In addition: Warning message:
In file(file, "rt") :
  unable to resolve 'kjc-fs-cluster.kjc.uni-heidelberg.de'
Execution halted