Sage-Bionetworks/knit2synapse

Name: knit2synapse

Owner: Sage Bionetworks

Description: Functionality to knit RMarkdown documents to Synapse wiki pages.

Created: 2015-04-27 17:34:37.0

Updated: 2017-02-28 04:50:53.0

Pushed: 2015-11-10 16:52:38.0

Homepage: null

Size: 169

Language: R

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

knit2synapse: Knit RMarkdown files to Synapse wikis.

This version has synapser as a dependency. The last version of this package to use the rSynapseClient is v0.1.

Installing

First, install the synapser package:

all.packages("synapser", repos=c("https://sage-bionetworks.github.io/staging-ran", "http://cran.fhcrc.org"))

The, using devtools:

ools::install_github("Sage-Bionetworks/knit2synapse")
Usage

knitfile2synapse(markdownfile, owner='syn123', parentWikiId = NULL, wikiName = NULL, overwrite = FALSE)

Contributing

To contribute, fork the main repo, branch off a feature branch from master, make your changes and commit them, push to your fork and submit a pull request for Sage-Bionetworks/knit2synapse:develop.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.