Giter Club home page Giter Club logo

docs's Introduction

Welcome!

This is a minimal example of a book based on R Markdown and bookdown (https://github.com/rstudio/bookdown).

This template provides a skeleton file structure that you can edit to create your book.

The contents inside the .Rmd files provide some pointers to help you get started, but feel free to also delete the content in each file and start fresh.

Additional resources:

The bookdown book: https://bookdown.org/yihui/bookdown/

The bookdown package reference site: https://pkgs.rstudio.com/bookdown

docs's People

Contributors

bbest avatar

Watchers

 avatar Erin Satterthwaite avatar

docs's Issues

document database: entity-relationship diagram, comments, etc.

Hi @mfrants, @edweber, @evsatt,

Here are some tips on how to document the PostgreSQL database...

Use COMMENT ON SQL for tables and columns

  • How to Document PostgreSQL Databases, eg:
    -- comment on table
    COMMENT ON TABLE actor IS ‘Table containing actors’;
    
    --comment on column
    COMMENT ON COLUMN actor.actor_id IS ‘id of the actor’;

Entity-Relationship (ER) Diagram

Use in R

By pulling into R, we can render these in the Quarto book Documenting CalCOFI at calcofi.io/docs and the R package calcofi4r .

Show Comments

Show ER Diagram

  • networkD3 to visualize interactive networks, including graphML

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.