Skip to content

Commit

Permalink
Update ozge.md table making
Browse files Browse the repository at this point in the history
  • Loading branch information
0zgeKaplan authored Apr 24, 2024
1 parent 40255ba commit bec47af
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions github-clinic/ozge.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,21 @@ This file is written in Markdown, which formats text on the web. To see the Mark
We can make words **bold** or *italic*.

### We can make headers.

| item | quantity | done |
| banana | 1 | yes |
| tamales | 2 |yes|
|cakes|1|yes|
| Variable | Description |
| :--- | :--- |
| agency_cd | Agency providing the data (always USGS) |
| site_no | Site identifier (always 1477050) |
| spCond.mean | Daily mean specific conductivity, unfiltered, at 25 degrees C. (µS/cm) |
| wt.mean | Daily mean water temperature, degrees C |
| do.mgL.mean | Daily mean dissolved oxygen concentration, mg/L |
| date | Date YYYY-MM-DD as R date |

Table making trying... looks like headers need to be Capitalized and include space before and after
| Item | Quantity | Done |
| :--- | :--- | :--- |
| banana | 1 | yes |
| tamales | 2 | yes |
| cakes | 1 | yes |

We can make lists – *note that lists need an empty line before list items!*

Expand Down

0 comments on commit bec47af

Please sign in to comment.