From 885ca22c9248fe4fe3a81869bef0bdf37f95b079 Mon Sep 17 00:00:00 2001 From: Naupaka Zimmerman Date: Wed, 10 Apr 2024 08:49:30 -0700 Subject: [PATCH] Switch html img tags to markdown to address #270 --- episodes/03-basics-factors-dataframes.Rmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/episodes/03-basics-factors-dataframes.Rmd b/episodes/03-basics-factors-dataframes.Rmd index e9295d6d..049560f2 100644 --- a/episodes/03-basics-factors-dataframes.Rmd +++ b/episodes/03-basics-factors-dataframes.Rmd @@ -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. -rstudio data frame view +![RStudio data frame view]("fig/rstudio_dataframeview.png") ## Summarizing, subsetting, and determining the structure of a data frame. @@ -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). -rstudio import menu +![RStudio import menu]("fig/rstudio_import_menu.png") Next, under **File/Url:** click the Browse 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: -rstudio import screen +![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