Skip to content

Commit

Permalink
Switch html img tags to markdown to address datacarpentry#270
Browse files Browse the repository at this point in the history
  • Loading branch information
naupaka committed Apr 10, 2024
1 parent e7d52ec commit 885ca22
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")

## 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")

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

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 885ca22

Please sign in to comment.