Browse Source

Documentation update

master
Maxime Wack 7 years ago
parent
commit
b67ac1ac05
4 changed files with 15 additions and 2 deletions
  1. +1
    -0
      NAMESPACE
  2. +1
    -1
      man/add_ontology.Rd
  3. +11
    -0
      man/clear_webclient.Rd
  4. +2
    -1
      man/populate_ont.Rd

+ 1
- 0
NAMESPACE View File

@@ -20,6 +20,7 @@ export(clear_observations)
export(clear_patient_mapping)
export(clear_patients)
export(clear_providers)
export(clear_webclient)
export(create_admin)
export(delete_concept)
export(delete_ontology)


+ 1
- 1
man/add_ontology.Rd View File

@@ -5,7 +5,7 @@
\title{Add an ontology to i2b2}
\usage{
add_ontology(host = "127.0.0.1", admin, pass, name, scheme, description, ont,
modi)
modi = NULL)
}
\arguments{
\item{host}{The host to connect to}


+ 11
- 0
man/clear_webclient.Rd View File

@@ -0,0 +1,11 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/system.R
\name{clear_webclient}
\alias{clear_webclient}
\title{Clear the default credentials in the webclient}
\usage{
clear_webclient()
}
\description{
Clear the default credentials in the webclient
}

+ 2
- 1
man/populate_ont.Rd View File

@@ -4,7 +4,8 @@
\alias{populate_ont}
\title{Populate an empty ontology table}
\usage{
populate_ont(host = "127.0.0.1", admin, pass, ont, modi, name, scheme)
populate_ont(host = "127.0.0.1", admin, pass, ont, modi = NULL, name,
scheme)
}
\arguments{
\item{host}{The host to connect to}


Loading…
Cancel
Save