Community Circle
Search this blog
Steve’s tweets
- RT @sqlmal: We're upto 170, just two more days to go! Sign up if you haven't! 4 hours ago
- RT @YatesSQL: Morning, "....being there for a friend is one of the greatest gifts you can give. Another one is allowing them to be there fo… 4 hours ago
- RT @BrentO: Recently Posted, Now with Comments: #TSQL2sday 136 Invitation: Blog About Your Favorite Data Type (Or Least Favorite) https://t… 17 hours ago
The Current Book
MVP Award
Tags
- administration
- AI
- auditing
- Azure
- backup
- Backup/Recovery
- blogging
- business
- career
- career
- cell phone
- Cloud Computing
- containers
- continuous delivery
- continuous integration
- coping
- data
- data analysis
- database design
- databases
- Database Weekly
- data privacy
- dbatools
- DevOps
- disaster recovery
- DLM
- encryption
- Friday Poll
- GDPR
- Git
- goals
- hardware
- high availability
- Humor
- life
- Linux
- machine learning
- mcm
- Microsoft
- misc
- monitoring
- networking
- NoSQL
- PASS
- patching
- Performance
- powershell
- presentations
- Redgate
- republish
- sabbatical
- security
- software development
- software development
- speaking
- SQL Clone
- SQL Connections
- SQL in the City
- SQLNewBlogger
- SQL Prompt
- SQL Saturday
- sql server
- SQLServerCentral
- SSMS
- syndicated
- T-SQL
- T-SQL Tuesday
- testing
- travel
- tsqlt
- vacation
- version control
- webinar
- windows
- work
Tag Archives: R Language
Reading an dataset in R
I got a dataset file the other day with an .rds extension. I had never seen this, but with a quick Google, I figured out this was a dataset exported from r. The extension is for “R DataSet”. That’s interesting, … Continue reading
Basic User Functions in R
As I’ve been learning more about the data platform, I’ve been exposed to some R language code. This makes sense, as more comprehensive data analysis needs something other than SQL. Or at least, some people think that and it behooves … Continue reading
Finding the Titles in R
PASS has released the videos to members from this past Summit. I say TJay Belt today ask about relating a video name to a session. I have the USB drive, so I looked on there. Here are the videos: Not … Continue reading
Getting a New R Package–#SQLNewBlogger
Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. I was trying to test an R script the other day and got this: > library(randomForest) Error in library(randomForest) … Continue reading
Posted in Blog
Tagged R Language, SQLNewBlogger, syndicated
Comments Off on Getting a New R Package–#SQLNewBlogger