use_template {shidashi} | R Documentation |
Download 'shidashi' templates from 'Github'
Description
Download 'shidashi' templates from 'Github'
Usage
use_template(
path,
user = "dipterix",
theme = "AdminLTE3",
repo = "shidashi-templates",
branch = "main",
...
)
Arguments
path |
the path to create 'shidashi' project |
user |
'Github' user name |
theme |
the theme to download |
repo |
repository if the name is other than |
branch |
branch name if other than |
... |
ignored |
Details
To publish a 'shidashi' template, create a 'Github' repository
called 'shidashi-templates'
, or fork the built-in templates. The theme
is the sub-folder
of the template repository.
An easy way to use a template in your project is through the 'RStudio' project widget. In the 'RStudio' navigation bar, go to "File" menu, click on the "New Project..." button, select the "Create a new project" option, and find the item that creates 'shidashi' templates. Use the widget to set up template directory.
Value
the target project path
[Package shidashi version 0.1.6 Index]