1 + 1
[1] 2
Since we are working in RStudio Cloud, specifying the full image path is not required. Instead, we can upload the image to RStudio Cloud and simply use the image’s file name within the parentheses.
The general form is .
alt text: Describes the image for accessibility and fallback purposes. image-path-or-URL: Specifies where to find the image.
Alt text improves accessibility for users who rely on screen readers or if the image cannot load.
Hi, I’m a business student majoring in Business Administration with a concentration in Marketing and Management at CSUB. My current objectives is to graduate with my bachelors degree. My career goal is be the Marketing Manager for an outdoor company.
Here is my website (please replace this one with yours if you have one)
I’m currently pursuing my bachelors in Business Administration at CSUB.
I have nearly 3 years of experience as Student Manager of Outdoor Adventures at the CSUB Student Rec Center
I have () prior experience with ()
I have () prior experience with ()
I have () prior experience with ()
Quarto enables you to weave together content and executable code into a finished document. To learn more about Quarto see https://quarto.org.
When you click the Render button a document will be generated that includes both content and the output of embedded code. You can embed code like this:
1 + 1
[1] 2
You can add options to executable code like this
[1] 4
The echo: false
option disables the printing of code (only output is displayed).