#infoworld — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #infoworld, aggregated by home.social.
-
🔥 TRENDING
📢 Multi-agent AI is the new microservices - InfoWorld
#Ai #Multi-agent #Infoworld #GlobalFeed #News #EN
*Automatically posted by Global Feed Bot*
-
#Infoworld #FreeBSD30 article:
Might be useful for somebody who is looking for material to "sell" #FreeBSD within a larger organisation/company...
-
Do you have data sets scattered all over the place? Is it hard to keep track of which data is where? Thanks to the {pointblank} #rstats 📦 , you can create a searchable data dictionary with as much or as little info as you'd like. Here's how:
https://www.infoworld.com/article/3693329/create-a-free-data-dictionary-with-r.html
@rstats #data #DataDictionary #InfoWorld -
Excited today that my InfoWorld "Do More With R" series was named a Jesse H. Neal Award finalist for Best Instructional Content!
I'll be competing with colleagues at Computerworld as well as 2 others for this 😀
The series is at https://bit.ly/domorewithR
-
@appsilon 's sample code to create a 2-level drilldown bar graph in an R Shiny app is very easy to use!
Data structure is super simple: 4 columns, 1 for each level and a 4th for the value. Then create a #DataViz with the {echarts4r} #rstats 📦 using their example.
Code with basic #RShiny app: https://raw.githubusercontent.com/Appsilon/community-gists/main/echarts4r/drill_down_example.RTheir toot with #DrillDown gif: https://fosstodon.org/@appsilon/109513214876352838
My echarts4r tutorial at #InfoWorld if you want to customize the plot: https://www.infoworld.com/article/3607068/plot-in-r-with-echarts4r.html
-
@camartinezbu @MikeMahoney218 I've used R a lot more than QGIS, but I find the {mapview} #rstats 📦 easier for quick prototyping.You can't get much simpler than
mapview(mydata, zcol = "mycolumn")
For a choropleth map!
My #mapview tutorial at #InfoWorld if of interest:
https://www.infoworld.com/article/3644848/astonishingly-easy-mapping-in-r-with-mapview.html
#RSpatial #GIS