Eric Green

Results 13 comments of Eric Green

Sorry! I did not copy that part of the reprex by mistake.

this works, but not sure how to accomplish with `filter_time` ``` example %>% filter(hour(date)>2 & hour(date)

@flyaflya did you manage to get `fig.align = "center"` to work?

Wonderful. Thanks for the very helpful tips. Showing here that I don't seem to get a Figure number by default. I'm also getting some whitespace in the main text due...

I noticed that I have the same whitespace problem when I use markdown footnotes or `msmbstyle::margin_note` to create a note in the margin like this. Is there a way to...

Great explanation. The combination of the navbar chapter menu plus within chapter sidebar navigation is just awesome. Hard to find a perfect setup, but your package comes pretty close!

Yes, I believe so. Check out this chapter: https://github.com/ericpgreen/GHRbook/blob/master/02-ghr.Rmd Linked to this example: https://read.themethodsection.com/ghr.html On Thu, Oct 31, 2019 at 11:19 PM Juan A. Ugalde wrote: > Hi! Sorry for...

I got around my problem by defining `h6` (a heading I don't use) to look like `h2` and now use `###### Heading 6{-}` for the headings I want to look...

Thanks @grimbough. Odd because I can't even get a frame with the solution that worked for you: ```{r embed, out.extra='style="border: none;"', out.width='56%'} knitr::include_url('https://msmith.de') ``` I'm using `knitr` 1.22, standard R...

Yeah, I think I am including it correctly.