library(nabatr) # Enter your NABat username here username = 'NABat_Username' token = get_nabat_gql_token(username) token # Note: if you leave run token = get_nabat_gql_token(), # it will prompt you for a username and then a password
# Refresh token token = get_refresh_token(token) # Get your species lookup table species_df = get_species(token = token) # Display your species lookup table species_df
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.