Displaying 3 results from an estimated 3 matches for "readtext".
Did you mean:
readtex
2023 Jul 26
1
Downloading a directory of text files into R
...download the 833 files from this
> site:"http://home.brisnet.org.au/~bgreen/Data/"
>
> I want to be able to download them to perform a textual analysis.
>
> If the 833 files, which are in a Directory with two subfolders were on
> my computer I could read them through readtext. Using readtext I get the
> error:
>
> > x = readtext("http://home.brisnet.org.au/~bgreen/Data/*")
> Error in download_remote(file, ignore_missing, cache, verbosity) :
> ? Remote URL does not end in known extension. Please download the file
> manually.
>
>...
2020 Nov 03
0
help loading files into R for koRpus analysis
On 02/11/2020 4:46 p.m., Gordon Ballingrud wrote:
> Thanks; that's a good point. Here is what I have been working with:
>
> library(quanteda)
> library(readtext)
>
> texts <- readtext(paste0("/Users/Gordon/Desktop/WPSCASES/", "/word/*.docx"))
On Windows, you can't have an empty entry in a pathname, so you should
leave off one of the slashes:
texts <- readtext(paste0("/Users/Gordon/Desktop/WPSCASES/",
&q...
2007 Nov 16
1
Starcraft / DirectDrawRenderer = opengl
I'm having a problem with the directdraw opengl renderer and StarCraft
on wine 0.9.49.
When I run starcraft with the opengl renderer, only 1x1 pixel is
displayed stretched to full screen size.
The other settings have no effect, (Other than RenderTargetLockMode =
readtext, if I leave this at default StarCraft crashes, but this is
known about).
I've updated my graphics drivers to the latest and I have the same
problem, so I'm fairly sure this is a wine issue rather than an nvidia
graphics drivers issue. (other games run fine, including diablo II)
I'm qu...