c19.NPs.data {covid19.analytics}R Documentation

function to obtain data for nucleotides or proteins from SARS-CoV-2

Description

function to obtain data for nucleotides or proteins from SARS-CoV-2

Usage

c19.NPs.data(
  src = "livedata",
  DB = "nucleotide",
  max.nr.recs = NULL,
  accOnly = TRUE
)

Arguments

src

origin for the data source: "livedata", "repo", "local"

DB

database

max.nr.recs

maximun number of records to retrieve, there are limitations in the fns and server sides

accOnly

boolean indicator for getting only accession codes or whole records


[Package covid19.analytics version 2.1.3.3 Index]