get_hal: Get Documents From HAL

View source: R/hal.R

get_halR Documentation

Get Documents From HAL

Description

Get Documents From HAL

Usage

get_hal_team(id, type = c("ART", "OUV", "DOUV", "SOFTWARE"), limit = 10)

get_hal_author(id, type = c("ART", "OUV", "DOUV", "SOFTWARE"), limit = 10)

Arguments

id

A character string giving the structure or the author (IdHal) id.

type

A character vector giving the type of the documents to be returned (see HAL API documentation).

limit

An integer specifying the number of results to be returned.

Details

Retrieves documents from HAL published during the last year.

Value

A list of document references. Each element of the list is a list of class hal_document.

Author(s)

N. Frerebeau

Examples

## Not run: 
get_hal_team("399901")

## End(Not run)

nfrerebeau/twitterbot documentation built on Jan. 30, 2023, 1:12 p.m.