Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
migale
affiliationExplorer
Commits
0b7f16d5
Commit
0b7f16d5
authored
Feb 07, 2020
by
mahendra-mariadassou
Browse files
Update namespace and doc
parent
12fa84c2
Changes
3
Hide whitespace changes
Inline
Side-by-side
NAMESPACE
View file @
0b7f16d5
...
...
@@ -5,6 +5,7 @@ export(run_app)
import(shiny)
import(shinycssloaders)
import(shinydashboard)
importFrom(DT,renderDT)
importFrom(glue,glue)
importFrom(golem,with_golem_options)
importFrom(htmltools,HTML)
...
...
@@ -12,5 +13,7 @@ importFrom(htmltools,tagAppendAttributes)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(magrittr,"%>%")
importFrom(phyloseq,tax_table)
importFrom(phyloseq.extended,write_phyloseq)
importFrom(shiny,column)
importFrom(shiny,shinyApp)
man/pipe.Rd
0 → 100644
View file @
0b7f16d5
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/utils-pipe.R
\name{\%>\%}
\alias{\%>\%}
\title{Pipe operator}
\usage{
lhs \%>\% rhs
}
\description{
See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details.
}
\keyword{internal}
man/run_app.Rd
View file @
0b7f16d5
...
...
@@ -2,10 +2,10 @@
% Please edit documentation in R/run_app.R
\name{run_app}
\alias{run_app}
\title{
r
un the Shiny Application}
\title{
R
un the Shiny Application}
\usage{
run_app()
run_app(
...
)
}
\description{
r
un the Shiny Application
R
un the Shiny Application
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment