fanc_scene: Return a sample Neuroglancer scene URL for FANC dataset

View source: R/urls.R

fanc_sceneR Documentation

Return a sample Neuroglancer scene URL for FANC dataset

Description

Return a sample Neuroglancer scene URL for FANC dataset

Usage

fanc_scene(ids = NULL, open = FALSE)

Arguments

ids

A set of root ids to include in the scene. Can also be a data.frame.

open

Whether to open the URL in your browser (see browseURL)

Details

See FANC slack for details.

Value

A character vector containing a single Neuroglancer URL (invisibly when open=TRUE).

Examples

## Not run: 
browseURL(fanc_scene())
fanc_scene(open=T)
fanc_scene("648518346498254576", open=T)

## End(Not run)

flyconnectome/fanc documentation built on Sept. 6, 2024, 9:56 a.m.