Displaying 4 results from an estimated 4 matches for "dwds".
Did you mean:
dvds
2019 May 04
2
read.table() fails with https in R 3.6 but not in R 3.5
In versions of R prior to 3.6.0 the 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...
2019 May 06
0
read.table() fails with https in R 3.6 but not in R 3.5
On 04.05.19 19:04, Stephen Berman wrote:
> In versions of R prior to 3.6.0 the 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 109...
2019 May 06
2
read.table() fails with https in R 3.6 but not in R 3.5
...on, 6 May 2019 11:12:25 +0200 Ralf Stubner <ralf.stubner at daqana.com> wrote:
> On 04.05.19 19:04, Stephen Berman wrote:
>> In versions of R prior to 3.6.0 the 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
&...
2019 May 13
0
read.table() fails with https in R 3.6 but not in R 3.5
...+0200 Ralf Stubner <ralf.stubner at daqana.com> wrote:
>
>> On 04.05.19 19:04, Stephen Berman wrote:
>>> In versions of R prior to 3.6.0 the 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...