spacetimeview_dungbeetles

A dung beetle abundance and predicted abundance dashboard for Australia

1
1
1
R
public

spacetimeview example

A simple example repository to show how to plot and deploy your data with spacetimeview.

Install spacetimeview with

install.packages('spacetimeview')

or

devtools::install_github('jakemanger/spacetimeview').

To plot, run source('plot.R').

To deploy your plot to github pages, run source('deploy.R'). You should then be able to view your freshly deployed website at
the url provided, e.g. https://jakemanger.github.io/spacetimeview_example/ in the below code output:

> source('deploy.R')
Auto-detected time column: `DateTime`
[1] "Converting character column `timestamp` to factor"
[1] "Starting ReactR plot"
✔ GitHub Pages is publishing from:
• URL: "https://jakemanger.github.io/spacetimeview_example/"
• Branch: "main"
• Path: "/docs"

See spacetimeview for more more information on how to use spacetimeview.

Use this as a template for your spacetimeview plot/dashboard

If you want to use this repository as a template, click the “Use this template” button, then select “Create a new repository” at the top-right of this GitHub page to start customising it.

image

v0.3.3[beta]