CSUB Business Analytics Mini-bootcamp Lab 1 - About me

Author

Aylana Oudjehani

Published

June 1, 2026

First, we will add an image to our page using the Markdown syntax alt text.

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.

Image Syntax:

The general form is alt text.

alt text: Describes the image for accessibility and fallback purposes. image-path-or-URL: Specifies where to find the image.

Use Case for Alt Text:

Alt text improves accessibility for users who rely on screen readers or if the image cannot load. Word cloud - what do my students say about me based on the official teaching evaluations? (you may use an avatar or your profile image)

About me (elaborate a little bit)

Hi, I’m a senior student at Stockdale high School. My current objectives is to (make a meaningful contribution in the environment I take part in and make the most out of opportunities given to me). My career goal is (learn anout the vast world of Biochemistry and help people with the knowledge I acquire).

Here is my website (please replace this one with yours if you have one)

Academic Background (elaborate a little bit)

I’m currently a highschool student at Stockdale High School.

Professional Background (elaborate a little bit)

I have nearly () years of experience as () at().

Experience with Excel (elaborate a little bit)

I have () prior experience with ()

Experience with R & Tableau (elaborate a little bit)

I have () prior experience with ()

Experience with other analytic software (elaborate a little bit)

I have () prior experience with ()

I wanted to become () until the end of the semester.

I would like to pursue a career in ____ as____

Quarto

Quarto enables you to weave together content and executable code into a finished document. To learn more about Quarto see https://quarto.org.

Running Code

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).