"Commercial real estate is inefficient — let's have fun changing it together!"
Welcome to our Shiny App, a focused tool for simplifying rent roll management in the senior housing sector. Developed with R Shiny, this application is designed to be easy-to-use, helping users efficiently handle rent roll data.
Simplifying rent roll management with our user-friendly app
Understanding the intricacies of rent roll management in senior housing, we've tailored this app to make these processes more straightforward and less daunting.
- Rent Roll Focus: Specifically targets rent roll management needs in senior housing.
- Ease of Use: Designed with a non-technical audience in mind.
- Insightful Outputs: Easily interpretable insights from your rent roll data.
For non-technical users, here’s how you can download and run the app on your laptop:
-
Download the Repository:
- Visit the project's GitHub page: seniorrrparser.
- Click on the 'Code' button and then select 'Download ZIP'.
- Extract the ZIP file to a folder on your computer.
-
Install R and RStudio:
- If not already installed, download and install R from CRAN.
- Download and install RStudio from rstudio.com.
-
Install Required R Packages:
- Open RStudio and set the working directory to the folder where you extracted the app (use
setwd("path/to/folder")
). - Install the required packages by running
install.packages(c("shiny", "dplyr", "readxl", ...))
.
- Open RStudio and set the working directory to the folder where you extracted the app (use
-
Run the App:
- Open the
app.R
file in RStudio. - Click 'Run App' in the top right corner of the script editor.
- Open the
For detailed setup instructions, see our Installation Guide.
- Upload Your Data: Use the interface to upload your rent roll data file.
- Adjust Settings: Customize the data processing according to your needs.
- View and Analyze: Explore the processed data presented in a user-friendly format.
Detailed usage instructions can be found here.
Interested in seeing this app grow? We welcome suggestions and feedback to broaden its capabilities. Let's make this tool even more versatile together!
Questions or feedback? Contact us - we're here to help:
- Email: [email protected]
This project is open-source and available under the MIT License. See the LICENSE
file for details.