View source: R/one_issue_per_file.R
| one_issue_per_file | R Documentation |
Opens one issue for each file found in a GitHub repository
one_issue_per_file(
owner,
repo,
path = "_episodes",
pattern = "md$",
issue_title = "Translation of {name}",
issue_body,
...
)
owner |
user or organization who owns the GitHub repository |
repo |
name of the GitHub repository |
path |
subfolder to look for files |
pattern |
regular expression to select the files |
issue_title |
string to use for the title of the issue |
issue_body |
string to use for the content of the issue |
... |
additional parameters to be passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.