Skip to content

Commit 4228b61

Browse files
Merge pull request #271 from naupaka/main
Change img html tags to markdown in ep 3 per #270
2 parents 46d1774 + 749e08c commit 4228b61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

episodes/03-basics-factors-dataframes.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ you have the `variants` object, listed as 801 obs. (observations/rows)
185185
of 29 variables (columns). Double-clicking on the name of the object will open
186186
a view of the data in a new tab.
187187

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

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

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

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

781781
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`.
782782
You should now see a preview of the data to be imported:
783783

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

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

0 commit comments

Comments
 (0)