Skip to contents

concertData is an R package designed to process, analyze and visualize concert data, in particular information about dates, venues, cities, songs, shows, and more.

Installation

You can install the latest version of concertData from GitHub using the devtools package:

# Install devtools if you haven't already
install.packages("devtools")

# Install concertData from GitHub
devtools::install_github("vanleeuwen-hans/concertData")

Usage

Detailed examples of how to use the concertData package can be seen in the U2 Data Analytics report, for example: - Basic Statisitics U2 Concerts - Visual Exploration - Multiple Setlist Alignment

Data

The data fame used by this package contains information about played songs at concerts. More info at U2 Data Analytics

colnames(concert_data) “showID” “tour” “leg” “date” “venue” “city” “state” “country” “song_position” “snippet” “encore” “song_title” “show_url” “song_url” “song_lyrics”

Contributing

Contributions are welcome! If you’d like to contribute to concertData, please follow these steps: - Fork the repository. - Create a new branch (git checkout -b feature/YourFeature). - Make your changes and commit them (git commit -m ‘Add some feature’). - Push to the branch (git push origin feature/YourFeature). - Open a pull request.

License

This project is licensed under the GNU General Public License v3 - see the LICENSE file for details.

Acknowledgments

  • Many thanks to Matthias Mühlbradt from u2gigs.com for allowing me to use their carefully collected u2 concert data.
  • Thanks to Google for the Google Data Analytics certification program for which this work was part of my Capstone Project.
  • Thanks to the developers of Claude.ai and Perplexity.ai, as these tools were very useful while developing and trouble shooting the code.

Contact

For questions or feedback, please contact Hans van Leeuwen at hans.data.universe@gmail.com.