Jonathan Zadra

Results 69 issues of Jonathan Zadra

adorn_ns is modifying character columns from a tibble. Note that this does not occur from adorn_percentages or adorn_pct_formatting. ``` r require(janitor) #> Loading required package: janitor require(tidyverse) #> Loading required...

bug

I have a couple columns that have numbers displayed but are html links. DT on its own does not sort hyperlink numbers stored as correctly, so I'm using the 'natural'...

I have a 400+ page pdf. When I use `extract_tables()` without specifying the `pages`, it only returns the first page. I had a blank second page, so I deleted it...

help wanted
question

I've just installed tabulizer from github. I'm using MacOS Sierra. I also installed the legacy java from the link given on the [install instructions](https://github.com/ropensci/tabulizer#installation): https://support.apple.com/kb/DL1572?locale=en_US. When I use `extract_tables()`, I...

question
documentation

Is there any way to match on normalized string distance? Ie for osa, lv, and dl, dividing by the nchar of the longest word, or for lcs the additive lengths...

It would be great if this could install packages from github in cases where the package doesn't live on cran. One of the packages in my verse requires devtools::install_github('dir/pkg') and...

It seems to me that `chuck()` should be the opposite of `pluck()`, rather than a strict form of `pluck()`. Pluck means to take hold of (something) and quickly remove it...

documentation

`survey_questions()` appears to only work for api pulls. It would be great if it could also work either on a raw csv or on an object read in using `readSurvey()`....

feature

There are no NA values in the dataset, however this is plotting an N/A year. ``` r require(ggTimeSeries) #> Loading required package: ggTimeSeries #> Loading required package: ggplot2 require(tidyverse) #>...

**Describe the bug** If you create a wb from scratch and open it in excel, it works fine. If you instead load a wb from an existin xlsx file and...

fixed