RNAseqNetUsersGuide: View RNAseqNet User's Guide

Description Usage Arguments Details Value Author(s) Examples

View source: R/user_guide.R

Description

Find the location of the RNAseqNet User's Guide and optionnaly opens it

Usage

1
RNAseqNetUsersGuide(html = TRUE, view = html)

Arguments

html

logical. Should the document returned by the function be the compiled PDF or the Rmd source. Default to TRUE

view

logical. Should the document be opened using the default HTML viewer? Default to html. It has no effect if html = FALSE

Details

The function vignette("RNAseqNet") will find the short RNAseqNet vignette that describes how to obtain the RNAseqNet User's Guide. The User's Guide is not itself a true vignette because it is not automatically generated during the package build process. However, the location of the Rmarkdown source is returned by the function if html = FALSE. If the operating system is not Windows, then the HTML viewer used is that given by Sys.getenv("R_BROWSER"). The HTML viewer can be changed using Sys.setenv(R_BROWSER = ).

Value

Character string giving the file location. If html = TRUE and view = TRUE, the HTML document reader is started and the User's Guide is opened in it.

Author(s)

Alyssa Imbert, alyssa.imbert@gmail.com

Nathalie Vialaneix, nathalie.vialaneix@inrae.fr

Examples

1
2
3
RNAseqNetUsersGuide(view = FALSE)
RNAseqNetUsersGuide(html = FALSE)
## Not run: RNAseqNetUsersGuide()

Example output

Loading required package: ggplot2
[1] "/usr/local/lib/R/site-library/RNAseqNet/doc/RNAseqNetUsersGuide.html"
[1] "/usr/local/lib/R/site-library/RNAseqNet/doc/RNAseqNetUsersGuide.Rmd"

RNAseqNet documentation built on July 2, 2020, 4:15 a.m.