Advanced Markdown Text Formatting
This lesson is called Advanced Markdown Text Formatting, part of the Going Deeper with R course. This lesson is called Advanced Markdown Text Formatting, part of the Going Deeper with R course.
Transcript
Click on the transcript to go to that point in the video. Please note that transcripts are auto generated and may contain minor inaccuracies.
Your Turn
Add the Oregon Department of Education logo to the top of your report. You can find it at https://github.com/rfortherestofus/going-deeper/raw/master/slides/images/ode-logo.jpg
Add the following text (make sure you include the link, which points to https://www.oregon.gov/ode/pages/default.aspx ):
This is a report for the Oregon Department of Education on diversity in Oregon school districts.
Add the following text as a block quote:
The Oregon Department of Education fosters equity and excellence for every learner through collaboration with educators, partners, and communities.
Add a link to the source for mission statement above (https://www.oregon.gov/ode/about-us/Pages/default.aspx ) as a footnote.
Learn More
The RMarkdown cheatsheet is a great place to turn to for questions on formatting text. The second page has information on advanced markdown text formatting.
Have any questions? Put them below and we will help you out!
Course Content
44 Lessons
You need to be signed-in to comment on this post. Login.
Atlang Mompe • June 25, 2021
Hi David - I get these error messages when I try to run the code: > Error: unexpected '[' in "![" > > # Introduction > > This is a report for the Oregon Department of Education on diversity in Oregon school districts. Here is the mission statement for ODE: Error: unexpected symbol in "This is" > > > The Oregon Department of Education fosters equity and excellence for every learner through collaboration with educators, partners, and communities.^[Source: ODE Website] Error: unexpected '>' in ">"
Elan Sykes • December 31, 2021
Is there a reason to use the github version of remedy vs the CRAN version? https://cran.r-project.org/web/packages/remedy/index.html
Lauren McGuigan • January 24, 2022
Hi David - I'm getting stuck when trying to knit the document. It's giving me the following error:
"Error in contrib.url(repos, "source") : trying to use CRAN without setting a mirror Calls: ... withVisible -> eval -> eval -> install.packages -> contrib.url Execution halted"
I installed the remotes package then used remotes::install_github("ThinkR-open/remedy").
Any thoughts? I couldn't seemed to find any solutions online that helped me. Thank you.
Lauren McGuigan • January 25, 2022
Thank you so much for your time with this. It worked! Should have known not to install packages there. Thanks again.
Alyssa Carr • December 9, 2022
I am having trouble with knitting on all of my projects. I get the following error message: "Error while opening file. No such file or directory."
Tianna Kong • December 11, 2022
Is there a way to edit the size of the logo, like make it smaller for example?