save_collection: Saves metrics from a collection to a csv file

View source: R/collection.R

save_collectionR Documentation

Saves metrics from a collection to a csv file

Description

Saves metrics from a collection to a csv file

Usage

  save_collection(cid = NULL, file = NULL)

Arguments

cid

A valid ImpactStory collection ID

file

A filename for the csv file including path. If left blank, the file is named after the collection and stored in the current working directory.

Examples

## Not run: 
save_collection('kn5auf', file = '~/Desktop/test.csv')

## End(Not run)

ropensci/rImpactStory documentation built on May 18, 2022, 6:30 p.m.