task_scripts

This repository contains a collection of scripts that I've created for automating various tasks for work, university, or personal use. Please note that these scripts come with no guarantee and are provided as-is. Use them at your own risk.

Structure

The scripts are organised by programming language. Currently, the following languages are included:

📂 My-Scripts-Repository
|-- 📂 go
|
|-- 📂 python
|   |-- 📂 brokenlinks
|       |-- broken_links.py
|
|-- 📂 R
|   |-- 📂 package_checker
|       |-- packagechecker.R
|
|-- 📜 README.md

Contents

Python

  • broken_links:
    • A Python script that checks all the links in the RMD files within your project directory and its subdirectories, and generates a log file with the status of each link.

R

  • package_checker:
    • An R script that identifies used packages in Bookdown projects. Stay organized and ensure you're utilizing the right tools.

Go

  • ... (coming soon)

How to Use

To use these scripts, simply clone this repository to your local machine and run the scripts from the command line. Make sure to read the documentation in each script file to understand how to use it properly.

Disclaimer

Please note that these scripts come with no guarantee and are provided as-is. Use them at your own risk. I am not responsible for any damages or losses that may result from the use of these scripts.