Displaying 4 results from an estimated 4 matches for "12121250".
2019 May 04
2
read.table() fails with https in R 3.6 but not in R 3.5
...he following invocation succeeds,
returning the data frame shown:
> read.table("https://www.dwds.de/r/stat?corpus=kern&cnt=tokens&date=decade&format=text", header=TRUE)
Dekade Anzahl
1 1900 11467254
2 1910 13023370
3 1920 13434601
4 1930 13296355
5 1940 12121250
6 1950 13191131
7 1960 10587420
8 1970 10944129
9 1980 11279439
10 1990 12052652
But in version 3.6.0 it fails:
> read.table("https://www.dwds.de/r/stat?corpus=kern&cnt=tokens&date=decade&format=text", header=TRUE)
Error in file(file, "rt") :
can...
2019 May 06
0
read.table() fails with https in R 3.6 but not in R 3.5
...ning the data frame shown:
>
>> read.table("https://www.dwds.de/r/stat?corpus=kern&cnt=tokens&date=decade&format=text", header=TRUE)
> Dekade Anzahl
> 1 1900 11467254
> 2 1910 13023370
> 3 1920 13434601
> 4 1930 13296355
> 5 1940 12121250
> 6 1950 13191131
> 7 1960 10587420
> 8 1970 10944129
> 9 1980 11279439
> 10 1990 12052652
>
> But in version 3.6.0 it fails:
>
>> read.table("https://www.dwds.de/r/stat?corpus=kern&cnt=tokens&date=decade&format=text", header=TRUE)...
2019 May 06
2
read.table() fails with https in R 3.6 but not in R 3.5
...> read.table("https://www.dwds.de/r/stat?corpus=kern&cnt=tokens&date=decade&format=text",
>>> header=TRUE)
>> Dekade Anzahl
>> 1 1900 11467254
>> 2 1910 13023370
>> 3 1920 13434601
>> 4 1930 13296355
>> 5 1940 12121250
>> 6 1950 13191131
>> 7 1960 10587420
>> 8 1970 10944129
>> 9 1980 11279439
>> 10 1990 12052652
>>
>> But in version 3.6.0 it fails:
>>
>>> read.table("https://www.dwds.de/r/stat?corpus=kern&cnt=tokens&date=decade&a...
2019 May 13
0
read.table() fails with https in R 3.6 but not in R 3.5
.../www.dwds.de/r/stat?corpus=kern&cnt=tokens&date=decade&format=text",
>>>> header=TRUE)
>>> Dekade Anzahl
>>> 1 1900 11467254
>>> 2 1910 13023370
>>> 3 1920 13434601
>>> 4 1930 13296355
>>> 5 1940 12121250
>>> 6 1950 13191131
>>> 7 1960 10587420
>>> 8 1970 10944129
>>> 9 1980 11279439
>>> 10 1990 12052652
>>>
>>> But in version 3.6.0 it fails:
>>>
>>>> read.table("https://www.dwds.de/r/stat?corpus=k...