nzinck17 / DCRShinyApp

The Shiny App to view and analyze water quality data collected by the Massachusetts Department of Conservation and Recreation
MIT License
0 stars 0 forks source link

Naming Conventions #14

Closed nzinck17 closed 6 years ago

nzinck17 commented 6 years ago

Create Standardized Naming (e.g. files, functions, and variables). Document in Dev Manual

Files: file_name.R Functions: functionName Reactive Expressions: These are a special type of functions. reactiveExpressionName Modules: These are special types of funcitons: moduleNameUI moduleName Variables (including input and output variables): variable_name

nzinck17 commented 6 years ago

Change time to wq_time. Regression to Correlation. etc

nzinck17 commented 6 years ago

Naming Conventions Change Made