This package creates .CSV files of sunset and sunrise appointments--with a user-specified location that can be imported into Google Calender. Function sunset_calc is taken from Hilary Parker's Personal R package and has been modified.Hilary Parker Github
To install this package you could follow the following:
devtools() in Rstudio ( if you already don't have it) : install_packages("devtools")
or load the package :
library(devtools)
sunsetrise package with devtools:devtools::install_github("gjahesh/sunsetrise")
sunsetrise package using devtoolsdevtools::library(foofactors)
The imported packages as mentioned in the DESCRIPTION file are:
StreamMetabolism CRAN
dplyrHadley-Github
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.