Openscapes / 2022-noaa-sefsc-summer

Champions Cohort for 2022 NOAA Southeast Fisheries Science Center (Summer)
https://openscapes.github.io/2022-noaa-sefsc-summer
0 stars 4 forks source link

Data is out of control #10

Open jamesprimrose-NOAA opened 2 years ago

jamesprimrose-NOAA commented 2 years ago

@AlanLowther-NOAA be sure to review the things

AlanLowther-NOAA commented 2 years ago

Stay calm. Data is now in control.

jamesprimrose-NOAA commented 2 years ago
jamesprimrose-NOAA commented 2 years ago

@michaelholley-NOAA Also note that we need to address:

20

jules32 commented 2 years ago

Is this related to #7 ? ☕

jamesprimrose-NOAA commented 2 years ago

To create a code block you must use 3 tildas

Sys.setenv(
  'ORACLE_HOME' = 'C:/Oracle/instantclient/',
  'OCI_INC'     = 'C:/Oracle/instantclient/sdk/include',
  'OCI_LIB64'   = 'C:/Oracle/instantclient/'
)
jules32 commented 2 years ago

So cool @jamesprimrose-NOAA I looked at your diagram code and wanted to share with others - a "mermaid" diagram:

```mermaid
graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;

(with 3 closing backticks)