From bf535e05f09864d5a88591d55bb8993b0619e57a Mon Sep 17 00:00:00 2001 From: Ranke Johannes Date: Sat, 11 Nov 2023 08:23:28 +0100 Subject: Start new version, rename pp to ppp, more docs --- docs/reference/pai.html | 43 +++++++++++++++++++++++++++++++++---------- 1 file changed, 33 insertions(+), 10 deletions(-) (limited to 'docs/reference/pai.html') diff --git a/docs/reference/pai.html b/docs/reference/pai.html index 636007f..d8811d0 100644 --- a/docs/reference/pai.html +++ b/docs/reference/pai.html @@ -1,6 +1,6 @@ -An R6 class for pesticidal active ingredients and associated data — pai • chentsAn R6 class for pesticidal active ingredients and associated data — pai • chents @@ -18,7 +18,7 @@ Additional chemical information is retrieved from the internet if available."> chents - 0.3.1 + 0.3.2 @@ -47,14 +47,19 @@ Additional chemical information is retrieved from the internet if available.">
-

The class is initialised with an identifier which is generally an ISO common name. -Additional chemical information is retrieved from the internet if available.

+

An R6 class for pesticidal active ingredients and associated data

+

An R6 class for pesticidal active ingredients and associated data

Format

An R6Class generator object

+
+
+

Details

+

The class is initialised with an identifier which is generally an ISO common name. +Additional chemical information is retrieved from the internet if available.

Super class

@@ -63,11 +68,13 @@ Additional chemical information is retrieved from the internet if available.

Public fields

iso
-

ISO common name according to ISO 1750 as retreived from pesticidecompendium.bcpc.org

+

ISO common name of the active ingredient according to ISO 1750

bcpc
-

List of information retrieved from pesticidecompendium.bcpc.org

+

Information retrieved from the BCPC compendium available online +at <pesticidecompendium.bcpc.org> +Creates a new instance of this R6 class.

@@ -97,8 +104,11 @@ Additional chemical information is retrieved from the internet if available.

  • chents::chent$try_pubchem()

  • Method new()

    - -
    +

    This class is derived from chent. It makes it easy +to create a chent from the ISO common name of a pesticide active +ingredient, and additionally stores the ISO name as well as +the complete result of querying the BCPC compendium using +bcpc_query.

    Usage

    pai$new(
       iso,
    @@ -114,6 +124,19 @@ Additional chemical information is retrieved from the internet if available.

    )

    +
    +

    Arguments

    +

    iso
    +

    The ISO common name to be used in the query of the +BCPC compendium

    + + +
    identifier
    +

    Alternative identifier used for querying pubchem

    + + +

    +


    Method clone()

    @@ -123,7 +146,7 @@ Additional chemical information is retrieved from the internet if available.

    -

    Arguments

    +

    Arguments

    deep

    Whether to make a deep clone.

    -- cgit v1.2.1