simbad_query: Query from Simbad

View source: R/simbad_query.R

simbad_queryR Documentation

Query from Simbad

Description

Returns data.frame with data from Simbad

Usage

simbad_query(objects = NULL, params = NULL, col_names = NULL)

Arguments

objects

a character vector with objects.

params

a character vector with parameters (See http://simbad.u-strasbg.fr/simbad/sim-help?Page=sim-fscript#Formats).

col_names

a character vector with column names (the same lenght as params).

Value

data.frame with data from Simbad.

Examples

simbad_data <- simbad_query(c('HD 6757', 'HIP 11569'),
                            c('%COO(A)', '%COO(D)', '%FLUXLIST(V;F)'),
                            c('RA', 'DEC', 'V'))

drastega/specklestar documentation built on Nov. 20, 2023, 8:21 p.m.