get_SpaceX_history: GET info about SpaceX history

Description Usage Arguments Value Examples

View source: R/get_SpaceX_history.R

Description

GET info about SpaceX history

Usage

1

Arguments

...

: Query string to API. See more in details.

Value

data.frame with parsed data from SpaceX API.

Examples

1
2
3
4
5
6
7
# get all data
get_SpaceX_history()

get_SpaceX_history(id = 17)

# get data with flight_number 41
get_SpaceX_history(flight_number = 41)

JohannesFriedrich/SpaceX documentation built on Jan. 5, 2021, 1:57 a.m.