RosettaCodeData/Task/HTTPS/R/https-2.r
2023-07-01 13:44:08 -04:00

2 lines
57 B
R

wp <- readLines(tc <- textConnection(webpage))
close(tc)