Browse Source

Updated doc

master
Maxime Wack 6 years ago
parent
commit
aac83bb66d
2 changed files with 2 additions and 7 deletions
  1. +1
    -3
      man/populate_concept.Rd
  2. +1
    -4
      man/populate_provider.Rd

+ 1
- 3
man/populate_concept.Rd View File

@@ -4,7 +4,7 @@
\alias{populate_concept}
\title{Populate the concept_dimension}
\usage{
populate_concept(ont, modi, name, scheme, project, host = "", admin = "",
populate_concept(ont, modi, scheme, project, host = "", admin = "",
pass = "")
}
\arguments{
@@ -12,8 +12,6 @@ populate_concept(ont, modi, name, scheme, project, host = "", admin = "",

\item{modi}{The modifiers to insert}

\item{name}{The name of the new ontology}

\item{scheme}{The scheme to use for this ontology}

\item{project}{The name of the project}


+ 1
- 4
man/populate_provider.Rd View File

@@ -4,14 +4,11 @@
\alias{populate_provider}
\title{Populate the provider_dimension}
\usage{
populate_provider(ont, name, scheme, project, host = "", admin = "",
pass = "")
populate_provider(ont, scheme, project, host = "", admin = "", pass = "")
}
\arguments{
\item{ont}{The ontology to insert}

\item{name}{The name of the new ontology}

\item{scheme}{The scheme to use for this ontology}

\item{project}{The name of the project}


Loading…
Cancel
Save