Tag: r

R data.table from an advanced standpoint

The more you use it, the more you love it

Everything that exists is an object in R

According to John Chambers, everything that exists is an object in R and everything that happens is a function call. This summarizes the philosophy of R. Knowing this, we can understand R better.

R data.table Best Practices

There are many packages in R or Python to deal with table like data (or so called data frame), but data.table is probably the most efficient one. Here are some best practices to use data.table.

European Research and Innovation Program

There are many projects in the European Union that are funded by the European Research and Innovation Programme. To make sense of those projects and their results, we have to do lots of data processing and analysis.

Using Python and R in VS Code Like a Data Scientist

Embracing the python and R community together needs smooth transference of our mentalities and skills from both community; I believe one could get best of both worlds in VS Code.

Yet Another Guide to Working with EPO Patent Data

It took me a while to get into patent analytics, which is a 'wild' world. I hope my guide for patent analytics could help you to navigate through.

Programming Environment for Data Science

What should we do when we realize some packages from Python or R could not be installed in our local machine?