Dear William Michels,
On 2020-07-25 10:58 -0700, William Michels wrote:
>
> Dear Spencer Graves (and Rasmus Liland),
>
> I've had some luck just using gsub()
> to alter the offending ""
> characters, appending a "___" tag at
> each instance of "" (first I
> checked the text to make sure it
Dear GRAVES et al.,
On 2020-07-25 12:43 -0500, Spencer Graves wrote:
> Dear Rasmus Liland et al.:
>
> On 2020-07-25 11:30, Rasmus Liland wrote:
> > On 2020-07-25 09:56 -0500, Spencer Graves wrote:
> > > Dear Rasmus et al.:
> >
> > It is LILAND et al., is it not? ... else it's customary to
> > p
Dear Spencer Graves (and Rasmus Liland),
I've had some luck just using gsub() to alter the offending ""
characters, appending a "___" tag at each instance of "" (first I
checked the text to make sure it didn't contain any pre-existing
instances of "___"). See the output snippet below:
> library(R
Dear Rasmus Liland et al.:
On 2020-07-25 11:30, Rasmus Liland wrote:
On 2020-07-25 09:56 -0500, Spencer Graves wrote:
Dear Rasmus et al.:
It is LILAND et al., is it not? ... else it's customary to
put a comma in there, isn't it? ...
The APA Style recommends "Sharp et al., 2007":
https:
On 2020-07-25 09:56 -0500, Spencer Graves wrote:
> Dear Rasmus et al.:
It is LILAND et al., is it not? I do
not belong to a large Confucian family
structure (putting the hunter-gatherer
horse-rider tribe name first in all-caps
in the email), else it's customary to
put a comma in there, isn't
Dear Rasmus et al.:
On 2020-07-25 04:10, Rasmus Liland wrote:
> On 2020-07-24 10:28 -0500, Spencer Graves wrote:
>> Dear Rasmus:
>>
>>> Dear Spencer,
>>>
>>> I unified the party tables after the
>>> first summary table like this:
>>>
>>> url <-
>>> "https://s1.sos.mo.gov/CandidatesOnWeb/Disp
On 2020-07-24 10:28 -0500, Spencer Graves wrote:
> Dear Rasmus:
>
> > Dear Spencer,
> >
> > I unified the party tables after the
> > first summary table like this:
> >
> > url <-
> > "https://s1.sos.mo.gov/CandidatesOnWeb/DisplayCandidatesPlacement.aspx?ElectionCode=750004975";
> > M_sos
Dear Rasmus:
On 2020-07-24 09:16, Rasmus Liland wrote:
> On 2020-07-24 08:20 -0500, luke-tier...@uiowa.edu wrote:
>> On Fri, 24 Jul 2020, Spencer Graves wrote:
>>> On 2020-07-23 17:46, William Michels wrote:
On Thu, Jul 23, 2020 at 2:55 PM Spencer Graves
wrote:
> Hello, All:
>
On 2020-07-24 08:20 -0500, luke-tier...@uiowa.edu wrote:
> On Fri, 24 Jul 2020, Spencer Graves wrote:
> > On 2020-07-23 17:46, William Michels wrote:
> > > On Thu, Jul 23, 2020 at 2:55 PM Spencer Graves
> > > wrote:
> > > > Hello, All:
> > > >
> > > > I've failed with multiple
> > > > attempts t
On 2020-07-24 08:20, luke-tier...@uiowa.edu wrote:
Maybe try something like this:
url <-
"https://s1.sos.mo.gov/CandidatesOnWeb/DisplayCandidatesPlacement.aspx?ElectionCode=750004975";
h <- xml2::read_html(url)
Error in open.connection(x, "rb") : HTTP error 404.
Thanks for the su
Maybe try something like this:
url <-
"https://s1.sos.mo.gov/CandidatesOnWeb/DisplayCandidatesPlacement.aspx?ElectionCode=750004975";
h <- xml2::read_html(url)
tbl <- rvest::html_table(h)
Best,
luke
On Fri, 24 Jul 2020, Spencer Graves wrote:
Hi Bill et al.:
That broke the dam: It g
11 matches
Mail list logo