Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

8 results for “from:Nathan Parsons”

Creating a data frame
Nathan Parsons · Oct 9, 2018 · r-help

Please post both the code you are using and the error, Abigail. Nate On Oct 9, 2018, 11:59 AM -0700, Friedman, Abigail <abfriedman at ursinus.edu>, wrote: > I keep getting error messages when running my data frame code and...

Unlisting a nested dataset
Nathan Parsons · Oct 15, 2018 · r-help

I?m attempting to do some content analysis on a few million tweets, but I can?t seem to get them cleaned correctly. I?m trying to replicate the process outlined here:?https://stackoverflow.com/questions/46734501/opposite-of-unnest...

error = FALSE causes knit2wp to throw duplicate label error
Nathan Parsons · Dec 16, 2018 · r-help

Goal: post from R to Wordpress installation on server. Problem: R keeps returning the error ?Error in parse_block(g[-1], g[1], params.src) : duplicate label 'setup?? if error = FALSE in the knitr options or in an r chunk...

Unlisting a nested dataset
Nathan Parsons · Oct 16, 2018 · r-help

Ista - I provided data, code, and the error being returned as per reproducible r protocol. I did not include packages, however. unnest_tokens is from the TidyText package, map/map_chr are from purrr, and everything else is from tidyverse...

Matching multiple search criteria (Unlisting a nested dataset, take 2)
Nathan Parsons · Oct 16, 2018 · r-help

Argh! Here are those two example datasets as data frames (not tibbles). Sorry again. This apparently is just not my day. th <- structure(list(status_id = c("x1047841705729306624", "x1046966595610927105", "x1047094786610552832", "x1046988542818308097", "x1046934493553221632", "x1047227442899775488"), created_at = c("2018-10-04T13:31...

Matching multiple search criteria (Unlisting a nested dataset, take 2)
Nathan Parsons · Oct 16, 2018 · r-help

Thanks all for your patience. Here?s a second go that is perhaps more explicative of what it is I am trying to accomplish (and hopefully in plain text form)... I?m using the following packages: tidyverse, purrr, tidytext I...

error = FALSE causes knit2wp to throw duplicate label error
Nathan Parsons · Dec 17, 2018 · r-help

Thanks for getting me pointed in the right direction. If I happen upon a satisfactory solution, I will report back! Nate Parsons Pronouns: He, Him, His Graduate Teaching Assistant Department of Sociology Portland State University Portland, Oregon Schedule an appointment...

Matching multiple search criteria (Unlisting a nested dataset, take 2)
Nathan Parsons · Oct 17, 2018 · r-help

I do not have your command of base r, Bert. That is a herculean effort! Here?s what I spent my night putting together: ## Create search terms ## dput(st) st <- structure(list(word1 = c("technique", "me", "me", "feel", "feel" ), word2...

Can't find what you're looking for? Try searching with Google .