Skip to content

Commit

Permalink
Merge pull request #271 from naupaka/main
Browse files Browse the repository at this point in the history
Change img html tags to markdown in ep 3 per #270
  • Loading branch information
JasonJWilliamsNY committed Apr 10, 2024
2 parents 46d1774 + 749e08c commit 4228b61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions episodes/03-basics-factors-dataframes.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ you have the `variants` object, listed as 801 obs. (observations/rows)
of 29 variables (columns). Double-clicking on the name of the object will open
a view of the data in a new tab.

<img src="fig/rstudio_dataframeview.png" alt="rstudio data frame view" style="width: 1000px;"/>
![RStudio data frame view]("fig/rstudio_dataframeview.png")

Check warning on line 188 in episodes/03-basics-factors-dataframes.Rmd

View workflow job for this annotation

GitHub Actions / Build Full Site

[image missing alt-text]: "fig/rstudio_dataframeview.png"

## Summarizing, subsetting, and determining the structure of a data frame.

Expand Down Expand Up @@ -776,12 +776,12 @@ First, in the RStudio menu go to **File**, select **Import Dataset**, and
choose **From Excel...** (notice there are several other options you can
explore).

<img src="fig/rstudio_import_menu.png " alt="rstudio import menu" style="width: 600px;"/>
![RStudio import menu]("fig/rstudio_import_menu.png")

Check warning on line 779 in episodes/03-basics-factors-dataframes.Rmd

View workflow job for this annotation

GitHub Actions / Build Full Site

[image missing alt-text]: "fig/rstudio_import_menu.png"

Next, under **File/Url:** click the <KBD>Browse</KBD> button and navigate to the **Ecoli\_metadata.xlsx** file located at `/home/dcuser/dc_sample_data/R`.
You should now see a preview of the data to be imported:

<img src="fig/rstudio_import_screen.png " alt="rstudio import screen" style="width: 1200px;"/>
![RStudio import screen]("fig/rstudio_import_screen.png")

Check warning on line 784 in episodes/03-basics-factors-dataframes.Rmd

View workflow job for this annotation

GitHub Actions / Build Full Site

[image missing alt-text]: "fig/rstudio_import_screen.png"

Notice that you have the option to change the data type of each variable by
clicking arrow (drop-down menu) next to each column title. Under **Import
Expand Down

0 comments on commit 4228b61

Please sign in to comment.