Displaying 3 results from an estimated 3 matches for "1qwuawzk6tylwqxj3wlczxc8cda6zverk".
2023 Dec 30
1
Help request: Parsing docx files for key words and appending to a spreadsheet
Good idea, El - thanks.
The link is
https://docs.google.com/document/d/1QwuaWZk6tYlWQXJ3WLczxC8Cda6zVERk/edit?usp=sharing&ouid=103065135255080058813&rtpof=true&sd=true
This is helpful.
From the article, which is typical of Lexis+ output, I want to extract
the following fields and append to a Calc/ Excel spreadsheet. Given the
volume of articles I have to work through, if this can be i...
2023 Dec 30
1
Help request: Parsing docx files for key words and appending to a spreadsheet
Andy,
you can always open a public Dropbox or Google folder and post the link.
el
On 29/12/2023 22:37, Andy wrote:
> Thanks - I'll have a look at these options too.
>
> I'm happy to send over a sample document, but wasn't aware if
> attachments are allowed. The documents come Lexis+, so require user
> credentials to log in, but I could upload the file somewhere if
2023 Dec 30
3
Help request: Parsing docx files for key words and appending to a spreadsheet
An update: Running this block of code:
# Load libraries
library(tcltk)
library(tidyverse)
library(officer)
filepath <- setwd(tk_choose.dir())
filename <- "Now they want us to charge our electric cars from litter
bins.docx"
#full_filename <- paste0(filepath, filename)
full_filename <- paste(filepath, filename, sep="/")
if (!file.exists(full_filename)) {
?