在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):ramnathv/slidify开源软件地址(OpenSource Url):https://github.com/ramnathv/slidify开源编程语言(OpenSource Language):R 73.2%开源软件介绍(OpenSource Introduction):Slidify helps you create and publish beautiful HTML5 presentations from RMarkdown Getting StartedInstallSlidify is still under heavy development. You can install it from install_github('ramnathv/slidify')
install_github('ramnathv/slidifyLibraries') InitializeYou can initialize a presentation by running library(slidify)
author('mydeck') AuthorWrite your presentation in RMarkdown, using a newline followed by three dashes to separate slides. You can mix markdown with code chunks to create a reproducible slide deck. GenerateGenerate your presentation by running slidify('index.Rmd') Publish# publish to github
# create an empty repo on github. replace USER and REPO with your repo details
publish(user = USER, repo = REPO)
# publish to rpubs
publish(title = 'My Deck', 'index.html', host = 'rpubs') CustomizeSlidify is designed to be modular and provides a high degree of customization for the more advanced user. You can access the defaults using
Slidify makes it easy to create, customize and publish, reproducible HTML5 slide decks from It is designed to make it very easy for a HTML novice to generate a crisp, visually appealing The guiding philosophy of |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论