mirror of
https://gitlab.com/Anson-Projects/projects.git
synced 2025-06-16 15:06:53 +00:00
25 lines
485 B
Plaintext
25 lines
485 B
Plaintext
---
|
|
title: "ISS Eclipse Determination"
|
|
description: |
|
|
Determining how much sunlight a body
|
|
draft: true
|
|
author:
|
|
- name: Anson Biggs
|
|
url: https://ansonbiggs.com
|
|
date: 04-14-2021
|
|
output:
|
|
distill::distill_article:
|
|
self_contained: false
|
|
---
|
|
|
|
|
|
```{r setup, include=FALSE}
|
|
knitr::opts_chunk$set(echo = FALSE)
|
|
```
|
|
|
|
Distill is a publication format for scientific and technical writing, native to the web.
|
|
|
|
Learn more about using Distill at <https://rstudio.github.io/distill>.
|
|
|
|
|