get_dataset_head {previsionio}R Documentation

Show the head of a dataset from its id.

Description

Show the head of a dataset from its id.

Usage

get_dataset_head(dataset_id)

Arguments

dataset_id

id of the dataset, can be obtained with get_datasets().

Value

data.frame - head of the dataset.


[Package previsionio version 11.7.0 Index]