dot-get_args: Get the parameters for the function activations

Description Usage Arguments

Description

This function first get and load the packages used in the script. For each function activation, it gets the informed arguments. It then matches the informed arguments with all the arguments needed for the function execution, to get a complete list of arguments, since some arguments may have default values (parameters). The function writes the triples, representing all arguments, its parameter value and relates them with the corresponding function activation (isInputVarOf).

Usage

1
.get_args(prov = prov, activities_df = activities_df, nsp = nsp, rdf = rdf)

Arguments

prov

Parsed provenance

nsp

List with the namespaces of used ontologies

rdf

RDF object to write the triples

activities

Dataframe containing the prov activities recorded by rdt


mmondelli/rdt2repr documentation built on Feb. 15, 2021, 10:57 p.m.