Query the NOAA radiosonde database and create a data frame object that contains a current listing of all sounding stations for which data is available.
1  | 
1 2 3 4 5  | ## Not run: 
# Get the current listing of global soundings as a data frame
all_soundings <- get_sounding_stations()
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.