Project

General

Profile

Actions

Bug #13596

closed

R SDK documentation uses incorrect function names

Added by Alex Plocik almost 6 years ago. Updated over 5 years ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Category:
SDKs
Target version:
Story points:
-
Release:
Release relationship:
Auto

Description

The R SDK reference page lists functions with incorrect conventions. Essentially, it seems like the python-like function naming in the documentation was abandoned for more R-like versions. As a result, most of the functions are incorrectly documented.

For example, this is part of the tutorial:

collectionList <- arv$collections.list(list(list("name", "like", "Test%")))

Should be replaced with this:

collectionList <- arv$listCollections(list(list("name", "like", "Test%")))

This works to pull a file name's uuid, for example:

uuid <- arv$listCollections(list(list("any", "@@", "GU8N1LS.bam")), limit = 1)$items[[1]]$uuid


Subtasks 1 (0 open1 closed)

Task #13662: ReviewResolvedPeter Amstutz07/05/2018Actions
Actions

Also available in: Atom PDF